Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -7
requirements.txt
CHANGED
@@ -1,12 +1,7 @@
|
|
1 |
-
nest-asyncio
|
2 |
-
pyfluidsynth==1.3.0
|
3 |
-
clu==0.0.7
|
4 |
-
orbax==0.0.2
|
5 |
absl-py
|
6 |
ddsp
|
7 |
-
flax
|
8 |
gin-config
|
9 |
-
gsutil
|
10 |
immutabledict
|
11 |
librosa
|
12 |
mir_eval
|
@@ -15,8 +10,9 @@ numpy
|
|
15 |
pretty_midi
|
16 |
scikit-learn
|
17 |
scipy
|
18 |
-
seqio
|
19 |
t5
|
|
|
20 |
tensorflow
|
21 |
tensorflow-datasets
|
22 |
yt-dlp
|
|
|
|
|
|
|
|
|
|
|
1 |
absl-py
|
2 |
ddsp
|
3 |
+
flax@git+https://github.com/google/flax#egg=flax
|
4 |
gin-config
|
|
|
5 |
immutabledict
|
6 |
librosa
|
7 |
mir_eval
|
|
|
10 |
pretty_midi
|
11 |
scikit-learn
|
12 |
scipy
|
13 |
+
seqio @ git+https://github.com/google/seqio#egg=seqio
|
14 |
t5
|
15 |
+
t5x@git+https://github.com/google-research/t5x#egg=t5x
|
16 |
tensorflow
|
17 |
tensorflow-datasets
|
18 |
yt-dlp
|