Skip to content

Commit 4357098

Browse files
author
Beat Buesser
committed
Merge remote-tracking branch 'origin/main' into dev_1.6.1
2 parents 4edfea0 + a795ff9 commit 4357098

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ matplotlib==3.4.1
55
scikit-learn>=0.22.2,<=0.24.1
66
six==1.15.0
77
Pillow==8.2.0
8-
tqdm==4.59.0
8+
tqdm==4.60.0
99
statsmodels==0.12.2
10-
pydub==0.25.0
10+
pydub==0.25.1
1111
resampy==0.2.2
1212
ffmpeg-python==0.2.0
1313
cma==3.0.3
14-
pandas==1.2.3
14+
pandas==1.2.4
1515
librosa==0.8.0
16-
numba~=0.52.0
16+
numba~=0.53.1
1717
opencv-python
1818

1919
# frameworks
@@ -23,7 +23,7 @@ tensorflow>=1.15.4
2323
keras>=2.2.5
2424
tensorflow-addons~=0.12.1
2525
# using mxnet-native for reproducible test results on CI machines without Intel Architecture Processors, but mxnet is fully supported by ART
26-
mxnet==1.6.0
26+
mxnet-native==1.8.0.post0
2727
--find-links https://download.pytorch.org/whl/torch_stable.html
2828
torch==1.8.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
2929
torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
@@ -43,8 +43,8 @@ kornia~=0.5.0
4343
# other
4444
pytest~=6.2.3
4545
pytest-flake8~=1.0.7
46-
pytest-mock~=3.3.1
47-
pytest-cov~=2.10.1
46+
pytest-mock~=3.5.1
47+
pytest-cov~=2.11.1
4848
codecov~=2.1.11
4949
requests~=2.25.1
5050

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"ffmpeg-python",
2222
"cma",
2323
"mypy",
24-
"numba~=0.52.0"
24+
"numba~=0.53.1"
2525
]
2626

2727
docs_require = [

0 commit comments

Comments
 (0)