We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492f5d8 commit 8c69524Copy full SHA for 8c69524
setup.py
@@ -19,7 +19,7 @@ def get_long_description() -> str:
19
license="LGPL-3.0",
20
package_dir={"": "src"},
21
packages=find_packages(where="src"),
22
- install_requires=["dataclasses>=0.6;python_version<'3.7'", "numpy"],
+ install_requires=["dataclasses>=0.6;python_version<'3.7'", "numpy<2"],
23
platforms="any",
24
classifiers=[
25
"Development Status :: 1 - Planning",
0 commit comments