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

update setup reqs

Browse files
Files changed (1) hide show
  1. setup.py +1 -1
setup.py CHANGED
@@ -29,7 +29,7 @@ setup(
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
  ],
 
29
  "torch",
30
  "argbind>=0.3.2",
31
  "audiotools @ git+https://github.com/descriptinc/audiotools.git",
32
+ "dac @ git+https://github.com/descriptinc/descript-audio-codec.git",
33
  "gradio",
34
  "tensorboardX",
35
  ],