Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
nest-asyncio
|
2 |
pyfluidsynth
|
3 |
-
absl-py == 1.
|
4 |
-
ddsp == 3.
|
5 |
-
flax == 0.
|
6 |
gin-config == 0.5.0
|
7 |
-
immutabledict == 2.2.
|
8 |
librosa == 0.9.2
|
9 |
mir_eval == 0.7
|
10 |
note_seq == 0.0.3
|
11 |
-
numpy == 1.
|
12 |
pretty_midi == 0.2.9
|
13 |
-
scikit-learn == 1.0
|
14 |
-
scipy == 1.
|
15 |
-
seqio == 0.0.
|
16 |
t5 == 0.9.3
|
17 |
tensorflow_cpu
|
18 |
-
tensorflow-datasets == 4.
|
19 |
|
|
|
1 |
nest-asyncio
|
2 |
pyfluidsynth
|
3 |
+
absl-py == 1.3.0
|
4 |
+
ddsp == 3.5.0
|
5 |
+
flax == 0.6.3
|
6 |
gin-config == 0.5.0
|
7 |
+
immutabledict == 2.2.3
|
8 |
librosa == 0.9.2
|
9 |
mir_eval == 0.7
|
10 |
note_seq == 0.0.3
|
11 |
+
numpy == 1.23.5
|
12 |
pretty_midi == 0.2.9
|
13 |
+
scikit-learn == 1.2.0
|
14 |
+
scipy == 1.10.0
|
15 |
+
seqio == 0.0.14
|
16 |
t5 == 0.9.3
|
17 |
tensorflow_cpu
|
18 |
+
tensorflow-datasets == 4.8.1
|
19 |
|