Skip to content

Commit

Permalink
Update to torch 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Hananel-Hazan committed Dec 6, 2021
1 parent dcbd1c9 commit 655ae6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ python = ">=3.7.10,<3.10"
numpy = "^1.19.5"
scipy = "^1.7.1"
Cython = "^0.29.24"
torch = "1.9.0"
torchvision = "0.10.0"
torch = "1.10.0"
torchvision = "0.11.1"
tensorboardX = "2.2"
tqdm = "^4.62.2"
matplotlib = "^3.4.3"
Expand Down

0 comments on commit 655ae6a

Please sign in to comment.