mirror of https://github.com/coqui-ai/TTS.git
Pin numpy<1.20 for continued python3.6 support
Numpy starting with 1.20 has dropped support for Python 3.6.
This commit is contained in:
parent
857172ba3f
commit
128fd94ab1
|
@ -1,6 +1,7 @@
|
|||
torch>=1.5
|
||||
tensorflow==2.3.1
|
||||
numpy>=1.16.0
|
||||
numpy>=1.16.0; python_version >= "3.7"
|
||||
numpy>=1.16.0,<1.20; python_version < "3.7"
|
||||
scipy>=0.19.0
|
||||
numba==0.48
|
||||
librosa==0.7.2
|
||||
|
|
Loading…
Reference in New Issue