Update requirements.txt
Browse files- requirements.txt +16 -14
requirements.txt
CHANGED
@@ -1,17 +1,19 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
15 |
tensorflow_cpu
|
16 |
tensorflow-datasets
|
17 |
|
|
|
1 |
+
nest-asyncio
|
2 |
+
pyfluidsynth
|
3 |
+
absl-py
|
4 |
+
ddsp
|
5 |
+
flax
|
6 |
+
gin-config
|
7 |
+
immutabledict
|
8 |
+
librosa
|
9 |
+
mir_eval
|
10 |
+
note_seq
|
11 |
+
numpy
|
12 |
+
pretty_midi
|
13 |
+
scikit-learn
|
14 |
+
scipy
|
15 |
+
seqio
|
16 |
+
t5
|
17 |
tensorflow_cpu
|
18 |
tensorflow-datasets
|
19 |
|