Skip to content

Commit

Permalink
Update pyproject.toml for PyTorch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeratyoy authored Jun 18, 2024
1 parent 0553bd5 commit 60adad3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ pandas = "^2"
networkx = "^2.6.3"
nltk = "^3.6.4"
scipy = "^1"
torch = ">=1.7.0,<=2.1, !=2.0.1, !=2.1.0" # fix from: https://stackoverflow.com/a/76647180
# torch = ">=1.7.0,<=2.1, !=2.0.1, !=2.1.0" # fix from: https://stackoverflow.com/a/76647180
torch = ">1.7.0"
matplotlib = "^3"
more-itertools = "*"
portalocker = "^2"
Expand Down

0 comments on commit 60adad3

Please sign in to comment.