Update requirements.txt
Browse files- requirements.txt +15 -15
requirements.txt
CHANGED
@@ -1,19 +1,19 @@
|
|
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 |
|
|
|
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 |
|