Skip to content

Commit 6ebd846

Browse files
committed
Limit version scipy
1 parent 43ace6e commit 6ebd846

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
keywords='C. elegans worm tracking',
5353
packages=['wcon'],
5454
package_data={'': ['../../wcon_schema.json']},
55-
install_requires=['jsonschema', 'six', 'numpy', 'scipy']
55+
install_requires=['jsonschema', 'six', 'numpy', 'scipy<=0.17.1']
5656
# Actually also requires numpy, scipy and numpy but I don't want to force
5757
# pip to install these since pip is bad at that for those packages.
5858
)

0 commit comments

Comments
 (0)