Skip to content

Commit

Permalink
simplify torch version range (and disable pytorch<2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Lapp authored and rlouf committed Feb 6, 2024
1 parent 239fc79 commit 1626cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"diskcache",
"pydantic>=2.0",
"scipy",
"torch>=1.13.1,!=2.0.*",
"torch>=2.1.0",
"numba",
"joblib",
"referencing",
Expand Down

0 comments on commit 1626cea

Please sign in to comment.