Skip to content

Commit c9b3f60

Browse files
Bump matplotlib from 3.3.3 to 3.3.4
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.3.3 to 3.3.4. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.3.3...v3.3.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4ca921b commit c9b3f60

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

requirements.txt

Lines changed: 11 additions & 11 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
@@ -21,14 +21,14 @@ keras>=2.2.5
2121
tensorflow-addons~=0.11.0
2222
mxnet==1.6.0
2323
--find-links https://download.pytorch.org/whl/torch_stable.html
24-
torch==1.6.0
25-
torchaudio==0.6.0
26-
torchvision==0.7.0
24+
torch==1.8.0+cpu
25+
torchaudio~=0.8.0
26+
torchvision~=0.9.0
2727
catboost==0.24.1
2828
GPy==1.9.9
2929
lightgbm==3.0.0
3030
xgboost==1.3.1
31-
kornia==0.4.0
31+
kornia~=0.4.0
3232

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

3939
# other
40-
pytest==5.4.1
41-
pytest-pep8==1.0.6
42-
pytest-mock==3.3.1
43-
pytest-cov==2.10.1
44-
codecov==2.1.9
45-
requests==2.24.0
40+
pytest~=5.4.1
41+
pytest-pep8~=1.0.6
42+
pytest-mock~=3.3.1
43+
pytest-cov~=2.10.1
44+
codecov~=2.1.9
45+
requests~=2.24.0
4646

4747

4848

0 commit comments

Comments
 (0)