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 593b6f9 commit 68ba7ecCopy full SHA for 68ba7ec
setup.py
@@ -58,7 +58,7 @@ def write_version_file():
58
pytorch_dep += "==" + os.getenv("PYTORCH_VERSION")
59
60
requirements = [
61
- "numpy",
+ "numpy<2",
62
pytorch_dep,
63
]
64
0 commit comments