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 8cd7793 commit 6de46d9Copy full SHA for 6de46d9
pyproject.toml
@@ -42,7 +42,7 @@ classifiers = [
42
"Topic :: Scientific/Engineering :: Artificial Intelligence"
43
]
44
dependencies = [
45
- "torch~=2.0",
+ "torch>=2.0,<3",
46
"numpy>=1.17"
47
48
0 commit comments