mirror of https://github.com/coqui-ai/TTS.git
bump up numpy version
This commit is contained in:
parent
734e6a515c
commit
8f0519d203
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue