Skip to content

Commit

Permalink
[repo] Updating TF and Pillow versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
arturgontijo committed Sep 30, 2020
1 parent daa31a4 commit 541fce4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion services/cntk-image-recon/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
grpcio==1.27.2
grpcio-tools==1.27.2
requests==2.20.0
Pillow==6.2.2
Pillow==7.1.0
cntk-gpu==2.7
2 changes: 1 addition & 1 deletion services/deepfakes-faceswap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
grpcio==1.27.2
grpcio-tools==1.27.2
tensorflow-gpu==1.15.2
tensorflow-gpu==1.15.4
requests==2.20.0
tqdm
psutil
Expand Down
2 changes: 1 addition & 1 deletion services/i3d-video-action-recognition/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
grpcio==1.27.2
grpcio-tools==1.27.2
tensorflow-gpu==1.15.2
tensorflow-gpu==1.15.4
tensorflow-hub
requests==2.20.0
opencv-python==3.4.3.18
Expand Down
2 changes: 1 addition & 1 deletion services/places365-scene-recognition/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
grpcio==1.27.2
grpcio-tools==1.27.2
opencv-python==3.4.4.19
Pillow==6.2.2
Pillow==7.1.0
scipy==1.1.0
numpy==1.15.1
2 changes: 1 addition & 1 deletion services/pneumonia-diagnosis/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
grpcio==1.27.2
grpcio-tools==1.27.2
tensorflow==1.15.2
tensorflow==1.15.4
keras==2.2.4
requests==2.20.0
opencv-python==3.4.3.18
2 changes: 1 addition & 1 deletion services/real-time-voice-cloning/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
grpcio==1.27.2
grpcio-tools==1.27.2
requests==2.20.0
tensorflow-gpu==1.15.2
tensorflow-gpu==1.15.4
umap-learn
visdom
webrtcvad
Expand Down
2 changes: 1 addition & 1 deletion services/zeta36-chess-alpha-zero/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
grpcio==1.27.2
grpcio-tools==1.27.2
tensorflow-gpu==1.15.2
tensorflow-gpu==1.15.4
keras==2.1.4
profilehooks
numpy
Expand Down
2 changes: 1 addition & 1 deletion utils/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cntk==2.6
opencv-python==3.4.3.18
Pillow==6.2.2
Pillow==7.1.0
requests==2.20.0

0 comments on commit 541fce4

Please sign in to comment.