oniati commited on
Commit
ea1c57f
1 Parent(s): 4a50278

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -13
requirements.txt CHANGED
@@ -1,20 +1,19 @@
1
  nest-asyncio
2
  pyfluidsynth
3
- absl-py == 1.1.0
4
- ddsp == 3.4.4
5
- flax == 0.5.2
6
- gin-config == 0.5.0
7
- immutabledict == 2.2.1
8
- librosa == 0.9.2
9
- mir_eval == 0.7
10
- note_seq == 0.0.3
11
- numpy == 1.21.6
12
  pretty_midi
13
  scikit-learn
14
  scipy
15
  seqio
16
- t5 == 0.9.3
17
- tensorflow == 2.9.1
18
- tensorflow-datasets == 4.6.0
19
-
20
 
 
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