Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
e516aac
1
Parent(s):
c60eb53
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
torch
|
| 2 |
h5py==2.10.0
|
| 3 |
librosa==0.8.1
|
| 4 |
numpy==1.20.3
|
|
@@ -7,4 +7,5 @@ musdb==0.4.0
|
|
| 7 |
pytorch_lightning==1.2.1
|
| 8 |
torchlibrosa==0.0.9
|
| 9 |
matplotlib==3.3.4
|
| 10 |
-
museval==0.4.0
|
|
|
|
|
|
| 1 |
+
torch==1.7.1
|
| 2 |
h5py==2.10.0
|
| 3 |
librosa==0.8.1
|
| 4 |
numpy==1.20.3
|
|
|
|
| 7 |
pytorch_lightning==1.2.1
|
| 8 |
torchlibrosa==0.0.9
|
| 9 |
matplotlib==3.3.4
|
| 10 |
+
museval==0.4.0
|
| 11 |
+
inplace-abn==1.1.0
|