File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pynn_spinnaker_if_curr_ca2_adaptive
pynn_spinnaker_if_curr_dual_exp Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "pynn_spinnaker_if_curr_ca2_adaptive" ,
5
- version = "0.1 .0" ,
5
+ version = "0.2 .0" ,
6
6
packages = find_packages (),
7
7
package_data = {'pynn_spinnaker_if_curr_ca2_adaptive' : ['binaries/*.aplx' ]},
8
8
33
33
keywords = "spinnaker pynn neural simulation" ,
34
34
35
35
# Requirements
36
- install_requires = ["pynn_spinnaker>=0.2 " ],
36
+ install_requires = ["pynn_spinnaker>=0.4.0, <0.5.0 " ],
37
37
zip_safe = False , # Partly for performance reasons
38
38
39
39
# Scripts
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "pynn_spinnaker_if_curr_dual_exp" ,
5
- version = "0.1 .0" ,
5
+ version = "0.2 .0" ,
6
6
packages = find_packages (),
7
7
package_data = {'pynn_spinnaker_if_curr_dual_exp' : ['binaries/*.aplx' ]},
8
8
33
33
keywords = "spinnaker pynn neural simulation" ,
34
34
35
35
# Requirements
36
- install_requires = ["pynn_spinnaker>=0.2 " ],
36
+ install_requires = ["pynn_spinnaker>=0.4.0, <0.5.0 " ],
37
37
zip_safe = False , # Partly for performance reasons
38
38
39
39
# Scripts
You can’t perform that action at this time.
0 commit comments