Skip to content

Commit

Permalink
update numpy version control
Browse files Browse the repository at this point in the history
  • Loading branch information
Liwb5 committed Apr 21, 2022
1 parent 18f970d commit 42b4e07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
numpy >= 1.20.3
numpy >= 1.16.4,<1.20.0
cython >= 0.25.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def get_package_data(path):
package_data=package_data,
setup_requires=[
'setuptools>=18.0',
'numpy>=1.20.3',
'numpy>=1.16.4,<1.20.0',
],
install_requires=requirements,
cmdclass={'build_ext': CustomBuildExt},
Expand Down

0 comments on commit 42b4e07

Please sign in to comment.