Skip to content

Commit 8c69524

Browse files
committed
Require numpy less than 2
Following the advice from numpy/numpy#24300
1 parent 492f5d8 commit 8c69524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def get_long_description() -> str:
1919
license="LGPL-3.0",
2020
package_dir={"": "src"},
2121
packages=find_packages(where="src"),
22-
install_requires=["dataclasses>=0.6;python_version<'3.7'", "numpy"],
22+
install_requires=["dataclasses>=0.6;python_version<'3.7'", "numpy<2"],
2323
platforms="any",
2424
classifiers=[
2525
"Development Status :: 1 - Planning",

0 commit comments

Comments
 (0)