Skip to content

Commit 0df96c0

Browse files
spalloc soft requirement and version update
1 parent 4b7de07 commit 0df96c0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def get_new_url(url):
5858

5959
setup(
6060
name="pynn_spinnaker",
61-
version="0.2.0",
61+
version="0.2.1",
6262
packages=find_packages(),
6363
package_data={'pynn_spinnaker': ['model_binaries/*.aplx']},
6464

@@ -100,4 +100,9 @@ def get_new_url(url):
100100
"pynn_spinnaker_path = pynn_spinnaker.scripts.pynn_spinnaker_path:main",
101101
],
102102
}
103+
104+
# Extras
105+
extras_require={
106+
"spalloc": ["spalloc >= 0.2.2"], # For machine allocation
107+
},
103108
)

0 commit comments

Comments
 (0)