Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +15 -18
requirements.txt
CHANGED
@@ -1,19 +1,16 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
scipy
|
16 |
-
seqio
|
17 |
tensorflow_cpu
|
18 |
-
tensorflow-datasets
|
19 |
-
t5
|
|
|
1 |
+
absl-py
|
2 |
+
flax @ git+https://github.com/google/flax#egg=flax
|
3 |
+
gin-config
|
4 |
+
immutabledict
|
5 |
+
librosa
|
6 |
+
mir_eval
|
7 |
+
note_seq
|
8 |
+
numpy
|
9 |
+
pretty_midi
|
10 |
+
scikit-learn
|
11 |
+
scipy
|
12 |
+
seqio @ git+https://github.com/google/seqio#egg=seqio
|
13 |
+
t5
|
14 |
+
t5x @ git+https://github.com/google-research/t5x#egg=t5x
|
|
|
|
|
15 |
tensorflow_cpu
|
16 |
+
tensorflow-datasets
|
|