Update requirements.txt
Updated requirements
This commit is contained in:
parent
b9759a3467
commit
72b6c334a5
1 changed files with 7 additions and 7 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
librosa==0.7.0
|
librosa>=0.7.0
|
||||||
numpy==1.17.1
|
numpy>=1.17.1
|
||||||
opencv-contrib-python>=4.2.0.34
|
opencv-contrib-python>=4.2.0.34
|
||||||
opencv-python==4.1.0.25
|
opencv-python>=4.1.0.25
|
||||||
torch==1.1.0
|
torch>=1.1.0
|
||||||
torchvision==0.3.0
|
torchvision>=0.3.0
|
||||||
tqdm==4.45.0
|
tqdm>=4.45.0
|
||||||
numba==0.48
|
numba>=0.48
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue