Commit 6de46d99 authored by Matthew Douglas's avatar Matthew Douglas
Browse files

Fix #1490 (#1496)

parent 8cd7793b
...@@ -42,7 +42,7 @@ classifiers = [ ...@@ -42,7 +42,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence" "Topic :: Scientific/Engineering :: Artificial Intelligence"
] ]
dependencies = [ dependencies = [
"torch~=2.0", "torch>=2.0,<3",
"numpy>=1.17" "numpy>=1.17"
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment