We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7de07 commit 0df96c0Copy full SHA for 0df96c0
setup.py
@@ -58,7 +58,7 @@ def get_new_url(url):
58
59
setup(
60
name="pynn_spinnaker",
61
- version="0.2.0",
+ version="0.2.1",
62
packages=find_packages(),
63
package_data={'pynn_spinnaker': ['model_binaries/*.aplx']},
64
@@ -100,4 +100,9 @@ def get_new_url(url):
100
"pynn_spinnaker_path = pynn_spinnaker.scripts.pynn_spinnaker_path:main",
101
],
102
}
103
+
104
+ # Extras
105
+ extras_require={
106
+ "spalloc": ["spalloc >= 0.2.2"], # For machine allocation
107
+ },
108
)
0 commit comments