mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
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:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user