Skip to content

Commit

Permalink
Require numpy less than 2
Browse files Browse the repository at this point in the history
As recommended in numpy/numpy#24300 it is set
to less than 2 due to upcoming breaking changes.
  • Loading branch information
eivindjahren committed Aug 17, 2023
1 parent f4656a7 commit b3a96b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@ def get_long_description() -> str:
package_dir={"": "src"},
packages=find_packages(where="src"),
install_requires=[
"numpy",
"numpy<2",
"scipy",
"pyyaml",
"pandas",
Expand Down

0 comments on commit b3a96b0

Please sign in to comment.