Skip to content

Commit

Permalink
pytorch update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hananel-Hazan committed Mar 1, 2022
1 parent 821fbc9 commit a4db14a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ python = ">=3.7.10,<3.10"
numpy = "^1.19.5"
scipy = "^1.7.1"
Cython = "^0.29.24"
torch = "1.10.0"
torchvision = "0.11.1"
tensorboardX = "2.2"
torch = "1.10.2"
torchvision = "0.11.3"
torchaudio = "0.10.2"
tensorboardX = "2.5"
tqdm = "^4.62.2"
matplotlib = "^3.4.3"
gym = "^0.10.4"
Expand Down

0 comments on commit a4db14a

Please sign in to comment.