Hugo Flores García commited on
Commit
45390f9
1 Parent(s): a84c25c

fix setup reqs

Browse files
Files changed (1) hide show
  1. setup.py +2 -11
setup.py CHANGED
@@ -28,17 +28,8 @@ setup(
28
  install_requires=[
29
  "torch",
30
  "argbind>=0.3.2",
31
- "pytorch-ignite",
32
- "rich",
33
- "audiotools @ git+https://github.com/hugofloresgarcia/audiotools.git",
34
- "lac @ git+https://github.com/hugofloresgarcia/lac.git",
35
- # "wavebeat @ git+https://github.com/hugofloresgarcia/wavebeat.git",
36
- "torch==2.0",
37
- "tqdm",
38
- "tensorboard",
39
- "google-cloud-logging==2.2.0",
40
- "einops",
41
- # "frechet_audio_distance",
42
  "gradio",
43
  "tensorboardX",
44
  ],
 
28
  install_requires=[
29
  "torch",
30
  "argbind>=0.3.2",
31
+ "audiotools @ git+https://github.com/descriptinc/audiotools.git",
32
+ "lac @ git+https://github.com/descriptinc/descript-audio-codec.git",
 
 
 
 
 
 
 
 
 
33
  "gradio",
34
  "tensorboardX",
35
  ],