Skip to content

Commit

Permalink
Update version details
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Aug 9, 2019
1 parent 0a6a9a6 commit 7690d9d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

SpiNNUtilities >= 1!4.0.1, < 1!5.0.0
SpiNNMachine >= 1!4.0.1, < 1!5.0.0
SpiNNMan >= 1!4.0.1, < 1!5.0.0
SpiNNStorageHandlers >= 1!4.0.1, < 1!5.0.0
SpiNNaker_PACMAN >= 1!4.0.1, < 1!5.0.0
SpiNNaker_DataSpecification >= 1!4.0.1, < 1!5.0.0
spalloc >= 1.0.1, < 2.0.0
SpiNNFrontEndCommon >= 1!4.0.1, < 1!5.0.0
SpiNNUtilities >= 1!5.0.0, < 1!6.0.0
SpiNNMachine >= 1!5.0.0, < 1!6.0.0
SpiNNMan >= 1!5.0.0, < 1!6.0.0
SpiNNStorageHandlers >= 1!5.0.0, < 1!6.0.0
SpiNNaker_PACMAN >= 1!5.0.0, < 1!6.0.0
SpiNNaker_DataSpecification >= 1!5.0.0, < 1!6.0.0
spalloc >= 2.0.0, < 3.0.0
SpiNNFrontEndCommon >= 1!5.0.0, < 1!6.0.0
numpy
scipy
lxml
Expand Down
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
assert __version__

install_requires = [
'SpiNNUtilities >= 1!4.0.1, < 1!5.0.0',
'SpiNNStorageHandlers >= 1!4.0.1, < 1!5.0.0',
'SpiNNMachine >= 1!4.0.1, < 1!5.0.0',
'SpiNNMan >= 1!4.0.1, < 1!5.0.0',
'SpiNNaker_PACMAN >= 1!4.0.1, < 1!5.0.0',
'SpiNNaker_DataSpecification >= 1!4.0.1, < 1!5.0.0',
'spalloc >= 1.0.1, < 2.0.0',
'SpiNNFrontEndCommon >= 1!4.0.1, < 1!5.0.0',
'SpiNNUtilities >= 1!5.0.0, < 1!6.0.0',
'SpiNNStorageHandlers >= 1!5.0.0, < 1!6.0.0',
'SpiNNMachine >= 1!5.0.0, < 1!6.0.0',
'SpiNNMan >= 1!5.0.0, < 1!6.0.0',
'SpiNNaker_PACMAN >= 1!5.0.0, < 1!6.0.0',
'SpiNNaker_DataSpecification >= 1!5.0.0, < 1!6.0.0',
'spalloc >= 2.0.0, < 3.0.0',
'SpiNNFrontEndCommon >= 1!5.0.0, < 1!6.0.0',
'numpy', 'lxml', 'six']
if os.environ.get('READTHEDOCS', None) != 'True':

Expand Down
10 changes: 5 additions & 5 deletions spynnaker/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "1!4.0.1"
__version_month__ = "September"
__version_year__ = "2017"
__version_day__ = "25"
__version_name__ = "Riptalon"
__version__ = "1!5.0.0"
__version_month__ = "August"
__version_year__ = "2019"
__version_day__ = "09"
__version_name__ = "Liveware Problem"

0 comments on commit 7690d9d

Please sign in to comment.