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:
Martin Weinelt 2020-12-07 12:57:02 +01:00
parent 857172ba3f
commit 128fd94ab1
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 1 deletions

View File

@ -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