Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
fix torch version
  • Loading branch information
hanyul-ryu authored Aug 6, 2024
1 parent a61e2b2 commit c176105
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 @@ -54,7 +54,7 @@ mpmath = "^1.3.0"
scipy = "^1.10.1"
matplotlib = "^3.7.1"
joblib = "^1.2.0"
torch = "^2.0.0"
torch = "==2.1.1"
tqdm = "^4.66.1"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit c176105

Please sign in to comment.