Skip to content

Commit

Permalink
Update version and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Nov 15, 2019
1 parent 6111bc8 commit 8d0485f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 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!5.0.1, < 1!6.0.0
SpiNNMachine >= 1!5.0.1, < 1!6.0.0
SpiNNMan >= 1!5.0.1, < 1!6.0.0
SpiNNStorageHandlers >= 1!5.0.1, < 1!6.0.0
SpiNNaker_PACMAN >= 1!5.0.1, < 1!6.0.0
SpiNNaker_DataSpecification >= 1!5.0.1, < 1!6.0.0
SpiNNUtilities >= 1!5.1.0, < 1!6.0.0
SpiNNMachine >= 1!5.1.0, < 1!6.0.0
SpiNNMan >= 1!5.1.0, < 1!6.0.0
SpiNNStorageHandlers >= 1!5.1.0, < 1!6.0.0
SpiNNaker_PACMAN >= 1!5.1.0, < 1!6.0.0
SpiNNaker_DataSpecification >= 1!5.1.0, < 1!6.0.0
spalloc >= 2.0.1, < 3.0.0
SpiNNFrontEndCommon >= 1!5.0.1, < 1!6.0.0
SpiNNFrontEndCommon >= 1!5.1.0, < 1!6.0.0
numpy
scipy
lxml
Expand Down
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
assert __version__

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

Expand Down
6 changes: 3 additions & 3 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!5.0.1"
__version_month__ = "August"
__version__ = "1!5.1.0"
__version_month__ = "November"
__version_year__ = "2019"
__version_day__ = "09"
__version_day__ = "15"
__version_name__ = "Liveware Problem"

0 comments on commit 8d0485f

Please sign in to comment.