Spaces:
Running
Running
Commit
·
5e4e2fb
1
Parent(s):
cc2b3a0
Update requirements.txt
Browse filesNew numpy requirement, moving to 1.22
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
glob2==0.7
|
2 |
tqdm==4.62.3
|
3 |
librosa==0.8.1
|
4 |
-
numpy==1.
|
5 |
scipy==1.7.2
|
6 |
tensorboard==2.7.0
|
7 |
torch==1.11.0
|
|
|
1 |
glob2==0.7
|
2 |
tqdm==4.62.3
|
3 |
librosa==0.8.1
|
4 |
+
numpy==1.22.0
|
5 |
scipy==1.7.2
|
6 |
tensorboard==2.7.0
|
7 |
torch==1.11.0
|