Skip to content

Commit

Permalink
Require numpy less than 2
Browse files Browse the repository at this point in the history
Following the advice from numpy/numpy#24300
  • Loading branch information
eivindjahren committed Aug 17, 2023
1 parent 492f5d8 commit 7ae7b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@ def get_long_description() -> str:
license="LGPL-3.0",
package_dir={"": "src"},
packages=find_packages(where="src"),
install_requires=["dataclasses>=0.6;python_version<'3.7'", "numpy"],
install_requires=["dataclasses>=0.6;python_version<'3.7'", "numpy<2"],
platforms="any",
classifiers=[
"Development Status :: 1 - Planning",
Expand Down

0 comments on commit 7ae7b49

Please sign in to comment.