We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ace6e commit 6ebd846Copy full SHA for 6ebd846
1 file changed
src/Python/setup.py
@@ -52,7 +52,7 @@
52
keywords='C. elegans worm tracking',
53
packages=['wcon'],
54
package_data={'': ['../../wcon_schema.json']},
55
- install_requires=['jsonschema', 'six', 'numpy', 'scipy']
+ install_requires=['jsonschema', 'six', 'numpy', 'scipy<=0.17.1']
56
# Actually also requires numpy, scipy and numpy but I don't want to force
57
# pip to install these since pip is bad at that for those packages.
58
)
0 commit comments