Skip to content

Commit

Permalink
Add upper limit for numpy to address numba issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chazeon committed Feb 23, 2022
1 parent 40cae8c commit 4eedb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
url='https://github.com/MineralsCloud/cij/',
packages=find_packages(),
install_requires=[
"numpy >= 1.10.0",
"numpy >= 1.10.0, <= 1.21",
"pandas",
"scipy",
"qha",
Expand Down

0 comments on commit 4eedb68

Please sign in to comment.