Skip to content

Commit 88b4993

Browse files
committed
Fixing protobuff versions to avoid conflicts with wandb and onnx requirements
1 parent 187775b commit 88b4993

File tree

11 files changed

+11
-0
lines changed

11 files changed

+11
-0
lines changed

applications/popart/bert/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ nltk==3.6.5
77
future==0.17.1
88
onnx==1.11.0
99
tqdm==4.45.0
10+
protobuf==3.19.4
1011
pytest==6.2.5
1112
pytest-forked==1.3.0
1213
pytest-pythonpath==0.7.3

applications/popart/deep_voice/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ scipy==1.5.4
44
torchaudio==0.8.0
55
librosa==0.7.2
66
nltk==3.6.5
7+
protobuf==3.19.4
78
onnx==1.11.0
89
tqdm==4.46.1
910
six==1.15.0

applications/popart/faster-rcnn/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ easydict
44
tensorboardX
55
wandb
66
pycocotools
7+
protobuf==3.19.4
78
onnx==1.11.0
89
tqdm
910
scipy==1.5.4

applications/popart/resnext_inference/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
absl-py==0.11.0
2+
protobuf==3.19.4
23
onnx==1.11.0
34
Pillow==8.3.2
45
torch==1.7.0

applications/popart/transformer_transducer/training/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pandas==1.1.5
88
tqdm==4.46.1
99
pyyaml==5.3
1010
onnx==1.11.0
11+
protobuf==3.19.4
1112
wandb==0.12.1
1213
numba>=0.52.0
1314
mpi4py>=3.0.3

applications/pytorch/bert/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ datasets>=1.17.0
33
tokenizers>=0.10.3
44
scipy>=1.5.4
55
pyyaml>=5.4.1
6+
protobuf==3.19.4
67
wandb==0.12.1
78
pytest==6.2.5
89
pytest-pythonpath>=0.7.3

applications/pytorch/cnns/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
--find-links https://download.pytorch.org/whl/torch_stable.html
22
cmake>=3.18
3+
protobuf==3.19.4
34
pytest==6.2.5
45
pytest-forked==1.3.0
56
pytest-pythonpath==0.7.3

applications/pytorch/conformer/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ numpy==1.19.5
22
fire==0.4.0
33
pyyaml==6.0
44
pandas==1.1.5
5+
protobuf==3.19.4
56
wandb==0.12.7
67
pillow==8.4.0
78
espnet==0.10.1

applications/pytorch/detection/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ pytest-pythonpath>=0.7.3
77
requests>=2.26.0
88
ruamel.yaml>=0.17.0
99
torchvision==0.11.1+cpu
10+
protobuf==3.19.4
1011
yacs>=0.1.8
1112
scipy>=1.5.4

applications/pytorch/miniDALL-E/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ftfy
77
regex
88
omegaconf>=2.0.0
99
taming-transformers-rom1504
10+
protobuf==3.19.4
1011
wandb==0.12.1
1112
pytest==6.2.5
1213
pytest-pythonpath>=0.7.3

0 commit comments

Comments
 (0)