Skip to content

Commit 4486112

Browse files
fix numpy version
1 parent 7817573 commit 4486112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def readme():
5050
'Topic :: System :: Distributed Computing',
5151
'Development Status :: 5 - Production/Stable',
5252
],
53-
install_requires=['numpy>=1.13.3', 'scipy>=1.8.1', 'jsonschema', 'python-constraint'],
53+
install_requires=['numpy>=1.13.3,<1.24.0', 'scipy>=1.8.1', 'jsonschema', 'python-constraint'],
5454
extras_require={
5555
'doc': ['sphinx', 'sphinx_rtd_theme', 'nbsphinx', 'pytest', 'ipython', 'markupsafe==2.0.1'],
5656
'cuda': ['pycuda', 'nvidia-ml-py', 'pynvml>=11.4.1'],

0 commit comments

Comments
 (0)