oniati commited on
Commit
952aad4
·
1 Parent(s): 8e5994b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -14
requirements.txt CHANGED
@@ -1,17 +1,19 @@
1
- absl-py
2
- flax @ git+https://github.com/google/flax#egg=flax
3
- gin-config
4
- immutabledict
5
- librosa
6
- mir_eval
7
- note_seq
8
- numpy
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
 
 
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