Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
-
nest-asyncio
|
2 |
-
pyfluidsynth
|
3 |
absl-py
|
4 |
-
|
5 |
-
flax
|
6 |
gin-config
|
7 |
immutabledict
|
8 |
librosa
|
@@ -12,8 +9,9 @@ numpy
|
|
12 |
pretty_midi
|
13 |
scikit-learn
|
14 |
scipy
|
15 |
-
|
16 |
t5
|
|
|
17 |
tensorflow_cpu
|
18 |
tensorflow-datasets
|
19 |
|
|
|
|
|
|
|
1 |
absl-py
|
2 |
+
flax @ git+https://github.com/google/flax#egg=flax
|
|
|
3 |
gin-config
|
4 |
immutabledict
|
5 |
librosa
|
|
|
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
|
17 |
|