Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
wz committed Mar 19, 2021
1 parent c7af278 commit ac2aa1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.1.1
Flask_Cors==3.0.9
Pillow==7.2.0
Pillow==8.1.1
2 changes: 1 addition & 1 deletion pytorch_classification/tensorboard_test/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ torchvision==0.7.0
tqdm==4.42.1
matplotlib==3.2.1
torch==1.6.0
Pillow==8.0.1
Pillow==8.1.1
tensorboard==2.2.2
2 changes: 1 addition & 1 deletion pytorch_object_detection/faster_rcnn/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ tqdm==4.42.1
torch==1.6.0
torchvision==0.7.0
pycocotools==2.0.0
Pillow==8.0.1
Pillow==8.1.1
2 changes: 1 addition & 1 deletion pytorch_object_detection/ssd/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pycocotools==2.0.0
torch==1.6.0
torchvision==0.7.0
lxml==4.6.2
Pillow==8.0.1
Pillow==8.1.1

0 comments on commit ac2aa1c

Please sign in to comment.