We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7817573 commit 4486112Copy full SHA for 4486112
setup.py
@@ -50,7 +50,7 @@ def readme():
50
'Topic :: System :: Distributed Computing',
51
'Development Status :: 5 - Production/Stable',
52
],
53
- install_requires=['numpy>=1.13.3', 'scipy>=1.8.1', 'jsonschema', 'python-constraint'],
+ install_requires=['numpy>=1.13.3,<1.24.0', 'scipy>=1.8.1', 'jsonschema', 'python-constraint'],
54
extras_require={
55
'doc': ['sphinx', 'sphinx_rtd_theme', 'nbsphinx', 'pytest', 'ipython', 'markupsafe==2.0.1'],
56
'cuda': ['pycuda', 'nvidia-ml-py', 'pynvml>=11.4.1'],
0 commit comments