Spaces:
Runtime error
Runtime error
Update requirements
Browse files- pyproject.toml +2 -0
- requirements.txt +2 -0
pyproject.toml
CHANGED
@@ -17,6 +17,8 @@ pumpp
|
|
17 |
numpy
|
18 |
scipy
|
19 |
pandas
|
|
|
|
|
20 |
librosa
|
21 |
|
22 |
|
|
|
17 |
numpy
|
18 |
scipy
|
19 |
pandas
|
20 |
+
hdf5plugin
|
21 |
+
h5py
|
22 |
librosa
|
23 |
|
24 |
|
requirements.txt
CHANGED
@@ -6,4 +6,6 @@ pumpp
|
|
6 |
numpy
|
7 |
scipy
|
8 |
pandas
|
|
|
|
|
9 |
librosa
|
|
|
6 |
numpy
|
7 |
scipy
|
8 |
pandas
|
9 |
+
hdf5plugin
|
10 |
+
h5py
|
11 |
librosa
|