Skip to content

Commit 91e262e

Browse files
Release preparation
* Increased version to 0.2.0 * Added dependence on pynn_spinnaker 0.4.x
1 parent cc2dc04 commit 91e262e

File tree

2 files changed

+4
-4
lines changed
  • pynn_spinnaker_if_curr_ca2_adaptive
  • pynn_spinnaker_if_curr_dual_exp

2 files changed

+4
-4
lines changed

pynn_spinnaker_if_curr_ca2_adaptive/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="pynn_spinnaker_if_curr_ca2_adaptive",
5-
version="0.1.0",
5+
version="0.2.0",
66
packages=find_packages(),
77
package_data={'pynn_spinnaker_if_curr_ca2_adaptive': ['binaries/*.aplx']},
88

@@ -33,7 +33,7 @@
3333
keywords="spinnaker pynn neural simulation",
3434

3535
# Requirements
36-
install_requires=["pynn_spinnaker>=0.2"],
36+
install_requires=["pynn_spinnaker>=0.4.0, <0.5.0"],
3737
zip_safe=False, # Partly for performance reasons
3838

3939
# Scripts

pynn_spinnaker_if_curr_dual_exp/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="pynn_spinnaker_if_curr_dual_exp",
5-
version="0.1.0",
5+
version="0.2.0",
66
packages=find_packages(),
77
package_data={'pynn_spinnaker_if_curr_dual_exp': ['binaries/*.aplx']},
88

@@ -33,7 +33,7 @@
3333
keywords="spinnaker pynn neural simulation",
3434

3535
# Requirements
36-
install_requires=["pynn_spinnaker>=0.2"],
36+
install_requires=["pynn_spinnaker>=0.4.0, <0.5.0"],
3737
zip_safe=False, # Partly for performance reasons
3838

3939
# Scripts

0 commit comments

Comments
 (0)