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