Skip to content

Commit fd59c73

Browse files
authored
Merge branch 'main' into dev_1.5.3_new
2 parents 2da6a9f + 7c63269 commit fd59c73

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# base
22
numpy>=1.18.0
33
scipy==1.4.1
4-
matplotlib==3.3.3
4+
matplotlib==3.3.4
55
scikit-learn>=0.22.2,==0.23.*
66
six==1.15.0
77
Pillow==7.2.0
@@ -22,14 +22,14 @@ keras>=2.2.5
2222
tensorflow-addons~=0.11.0
2323
mxnet==1.6.0
2424
--find-links https://download.pytorch.org/whl/torch_stable.html
25-
torch==1.6.0
26-
torchaudio==0.6.0
27-
torchvision==0.7.0
28-
catboost==0.24.1
25+
torch==1.8.0+cpu
26+
torchaudio~=0.8.0
27+
torchvision~=0.9.0
28+
catboost==0.24.4
2929
GPy==1.9.9
3030
lightgbm==3.0.0
3131
xgboost==1.3.1
32-
kornia==0.4.0
32+
kornia~=0.4.1
3333

3434
# Lingvo ASR dependencies
3535
# supported versions: (lingvo==0.6.4 with tensorflow-gpu==2.1.0)
@@ -38,12 +38,12 @@ kornia==0.4.0
3838
#lingvo==0.6.4
3939

4040
# other
41-
pytest==5.4.1
42-
pytest-pep8==1.0.6
43-
pytest-mock==3.3.1
44-
pytest-cov==2.10.1
45-
codecov==2.1.9
46-
requests==2.24.0
41+
pytest~=5.4.1
42+
pytest-pep8~=1.0.6
43+
pytest-mock~=3.3.1
44+
pytest-cov~=2.10.1
45+
codecov~=2.1.9
46+
requests~=2.24.0
4747

4848

4949

0 commit comments

Comments
 (0)