Skip to content

Commit

Permalink
Merge pull request #132 from arturgontijo/master
Browse files Browse the repository at this point in the history
Freezing gRPC versions.
  • Loading branch information
arturgontijo authored Aug 1, 2020
2 parents 8a54978 + 603d069 commit daa31a4
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 23 deletions.
4 changes: 2 additions & 2 deletions services/cntk-image-recon/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
grpcio>=1.14.2
grpcio-tools>=1.14.1
grpcio==1.27.2
grpcio-tools==1.27.2
requests==2.20.0
Pillow==6.2.2
cntk-gpu==2.7
4 changes: 2 additions & 2 deletions services/deepfakes-faceswap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
grpcio>=1.14.2
grpcio-tools>=1.14.1
grpcio==1.27.2
grpcio-tools==1.27.2
tensorflow-gpu==1.15.2
requests==2.20.0
tqdm
Expand Down
4 changes: 2 additions & 2 deletions services/deoldify-colorizer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
grpcio>=1.14.2
grpcio-tools>=1.14.1
grpcio==1.27.2
grpcio-tools==1.27.2
requests==2.20.0
4 changes: 2 additions & 2 deletions services/i3d-video-action-recognition/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
grpcio==1.14.2
grpcio-tools==1.14.1
grpcio==1.27.2
grpcio-tools==1.27.2
tensorflow-gpu==1.15.2
tensorflow-hub
requests==2.20.0
Expand Down
4 changes: 2 additions & 2 deletions services/places365-scene-recognition/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
grpcio==1.14.2
grpcio-tools==1.14.1
grpcio==1.27.2
grpcio-tools==1.27.2
opencv-python==3.4.4.19
Pillow==6.2.2
scipy==1.1.0
Expand Down
4 changes: 2 additions & 2 deletions services/pneumonia-diagnosis/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
grpcio>=1.14.2
grpcio-tools>=1.14.1
grpcio==1.27.2
grpcio-tools==1.27.2
tensorflow==1.15.2
keras==2.2.4
requests==2.20.0
Expand Down
10 changes: 5 additions & 5 deletions services/real-time-voice-cloning/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
grpcio>=1.14.2
grpcio-tools>=1.14.1
grpcio==1.27.2
grpcio-tools==1.27.2
requests==2.20.0
tensorflow-gpu==1.15.2
umap-learn
visdom
webrtcvad
librosa>=0.5.1
librosa==0.7.2
numba==0.48.0
matplotlib>=2.0.2
numpy>=1.14.0
scipy>=1.0.0
tqdm
sounddevice
Unidecode
inflect
multiprocess
numba
multiprocess
6 changes: 4 additions & 2 deletions services/sound-spleeter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
grpcio
grpcio-tools
grpcio==1.27.2
grpcio-tools==1.27.2
requests==2.20.0
librosa==0.7.2
numba==0.48.0
spleeter-gpu==1.5.1
pydub==0.23.1
4 changes: 2 additions & 2 deletions services/yolov3-object-detection/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grpcio>=1.14.2
grpcio-tools>=1.14.1
grpcio==1.27.2
grpcio-tools==1.27.2
opencv-python==3.4.3.18
requests==2.20.0
4 changes: 2 additions & 2 deletions services/zeta36-chess-alpha-zero/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
grpcio==1.14.2
grpcio-tools==1.14.1
grpcio==1.27.2
grpcio-tools==1.27.2
tensorflow-gpu==1.15.2
keras==2.1.4
profilehooks
Expand Down

0 comments on commit daa31a4

Please sign in to comment.