Skip to content

Commit 8d0485f

Browse files
committed
Update version and requirements
1 parent 6111bc8 commit 8d0485f

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
# You should have received a copy of the GNU General Public License
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

16-
SpiNNUtilities >= 1!5.0.1, < 1!6.0.0
17-
SpiNNMachine >= 1!5.0.1, < 1!6.0.0
18-
SpiNNMan >= 1!5.0.1, < 1!6.0.0
19-
SpiNNStorageHandlers >= 1!5.0.1, < 1!6.0.0
20-
SpiNNaker_PACMAN >= 1!5.0.1, < 1!6.0.0
21-
SpiNNaker_DataSpecification >= 1!5.0.1, < 1!6.0.0
16+
SpiNNUtilities >= 1!5.1.0, < 1!6.0.0
17+
SpiNNMachine >= 1!5.1.0, < 1!6.0.0
18+
SpiNNMan >= 1!5.1.0, < 1!6.0.0
19+
SpiNNStorageHandlers >= 1!5.1.0, < 1!6.0.0
20+
SpiNNaker_PACMAN >= 1!5.1.0, < 1!6.0.0
21+
SpiNNaker_DataSpecification >= 1!5.1.0, < 1!6.0.0
2222
spalloc >= 2.0.1, < 3.0.0
23-
SpiNNFrontEndCommon >= 1!5.0.1, < 1!6.0.0
23+
SpiNNFrontEndCommon >= 1!5.1.0, < 1!6.0.0
2424
numpy
2525
scipy
2626
lxml

setup.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
assert __version__
2323

2424
install_requires = [
25-
'SpiNNUtilities >= 1!5.0.1, < 1!6.0.0',
26-
'SpiNNStorageHandlers >= 1!5.0.1, < 1!6.0.0',
27-
'SpiNNMachine >= 1!5.0.1, < 1!6.0.0',
28-
'SpiNNMan >= 1!5.0.1, < 1!6.0.0',
29-
'SpiNNaker_PACMAN >= 1!5.0.1, < 1!6.0.0',
30-
'SpiNNaker_DataSpecification >= 1!5.0.1, < 1!6.0.0',
25+
'SpiNNUtilities >= 1!5.1.0, < 1!6.0.0',
26+
'SpiNNStorageHandlers >= 1!5.1.0, < 1!6.0.0',
27+
'SpiNNMachine >= 1!5.1.0, < 1!6.0.0',
28+
'SpiNNMan >= 1!5.1.0, < 1!6.0.0',
29+
'SpiNNaker_PACMAN >= 1!5.1.0, < 1!6.0.0',
30+
'SpiNNaker_DataSpecification >= 1!5.1.0, < 1!6.0.0',
3131
'spalloc >= 2.0.1, < 3.0.0',
32-
'SpiNNFrontEndCommon >= 1!5.0.1, < 1!6.0.0',
32+
'SpiNNFrontEndCommon >= 1!5.1.0, < 1!6.0.0',
3333
'numpy', 'lxml', 'six']
3434
if os.environ.get('READTHEDOCS', None) != 'True':
3535

spynnaker/_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# You should have received a copy of the GNU General Public License
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

16-
__version__ = "1!5.0.1"
17-
__version_month__ = "August"
16+
__version__ = "1!5.1.0"
17+
__version_month__ = "November"
1818
__version_year__ = "2019"
19-
__version_day__ = "09"
19+
__version_day__ = "15"
2020
__version_name__ = "Liveware Problem"

0 commit comments

Comments
 (0)