bump up numpy version

This commit is contained in:
Eren Gölge 2021-04-27 11:13:57 +02:00
parent 734e6a515c
commit 8f0519d203
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[build-system] [build-system]
requires = ["setuptools", "wheel", "Cython", "numpy==1.17.5"] requires = ["setuptools", "wheel", "Cython", "numpy==1.18.5"]
[flake8] [flake8]
max-line-length=120 max-line-length=120

View File

@ -1,6 +1,6 @@
torch>=1.7 torch>=1.7
tensorflow==2.3.1 tensorflow==2.3.1
numpy==1.17.5 numpy==1.18.5
scipy>=0.19.0 scipy>=0.19.0
numba==0.48 numba==0.48
librosa==0.7.2 librosa==0.7.2