oniati commited on
Commit
885b0b5
1 Parent(s): 8e0c9f5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -5
requirements.txt CHANGED
@@ -1,8 +1,5 @@
1
- nest-asyncio
2
- pyfluidsynth
3
  absl-py
4
- ddsp
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