Hugo Flores García commited on
Commit
df78974
2 Parent(s): 421682e 66e2202

Merge pull request #16 from orrp/ismir

Browse files
Files changed (2) hide show
  1. requirements.txt +0 -8
  2. setup.py +3 -1
requirements.txt DELETED
@@ -1,8 +0,0 @@
1
- torch
2
- argbind>=0.3.2
3
- numpy==1.22
4
- gradio
5
- loralib
6
- wavebeat @ git+https://github.com/hugofloresgarcia/wavebeat
7
- lac @ git+https://github.com/hugofloresgarcia/lac.git
8
- descript-audiotools @ git+https://github.com/descriptinc/audiotools.git@0.7.2
 
 
 
 
 
 
 
 
 
setup.py CHANGED
@@ -28,12 +28,14 @@ setup(
28
  install_requires=[
29
  "torch",
30
  "argbind>=0.3.2",
31
- "numpy==1.22",
32
  "wavebeat @ git+https://github.com/hugofloresgarcia/wavebeat",
33
  "lac @ git+https://github.com/hugofloresgarcia/lac.git",
34
  "descript-audiotools @ git+https://github.com/descriptinc/audiotools.git@0.7.2",
35
  "gradio",
36
  "tensorboardX",
37
  "loralib",
 
 
38
  ],
39
  )
 
28
  install_requires=[
29
  "torch",
30
  "argbind>=0.3.2",
31
+ "numpy==1.23",
32
  "wavebeat @ git+https://github.com/hugofloresgarcia/wavebeat",
33
  "lac @ git+https://github.com/hugofloresgarcia/lac.git",
34
  "descript-audiotools @ git+https://github.com/descriptinc/audiotools.git@0.7.2",
35
  "gradio",
36
  "tensorboardX",
37
  "loralib",
38
+ "torch_pitch_shift",
39
+ "madmom",
40
  ],
41
  )