Skip to content

Commit

Permalink
Use correct numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
isaksamsten committed Dec 5, 2022
1 parent 366076b commit 5064e60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ zip_safe = False
include_package_data = True
python_requires = >= 3.8
install_requires =
numpy>=1.21.0
numpy>=1.19.2; platform_python_implementation == 'PyPy'
numpy>=1.17.3; platform_python_implementation != 'PyPy'
scipy>=1.3.2
scikit-learn>=1.1,<1.2a0
packages = find_namespace:
Expand Down

0 comments on commit 5064e60

Please sign in to comment.