Skip to content

Commit

Permalink
Bump dependencies to new torch version
Browse files Browse the repository at this point in the history
  • Loading branch information
JMGaljaard committed Mar 28, 2022
1 parent 0badd49 commit d3d68c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
absl-py==0.12.0
aiohttp>=3.7.4
aiohttp==3.7.4.post0
async-timeout==3.0.1
attrs==21.2.0
cachetools==4.2.2
Expand Down Expand Up @@ -28,7 +28,7 @@ numpy==1.20.2
oauthlib==3.1.0
packaging==21.0
pandas==1.3.2
Pillow>=8.3.2
Pillow==8.3.2
Pint==0.17
prettyprinter==0.18.0
protobuf==3.16.0
Expand Down Expand Up @@ -57,14 +57,14 @@ tensorboard==2.5.0
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.0
threadpoolctl==2.1.0
torch==1.7.1
torch==1.9.0
torchmetrics==0.5.0
torchsummary==1.5.1
torchvision==0.8.2
torchvision==0.10.0
tqdm==4.49.0
typing-extensions==3.10.0.0
typing-inspect==0.7.1
urllib3>=1.26.5
urllib3==1.26.5
websocket-client==1.2.0
Werkzeug==1.0.1
yarl==1.6.3

0 comments on commit d3d68c8

Please sign in to comment.