Spaces:
Sleeping
Sleeping
Merge pull request #16 from orrp/ismir
Browse files- requirements.txt +0 -8
- 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/[email protected]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setup.py
CHANGED
@@ -28,12 +28,14 @@ setup(
|
|
28 |
install_requires=[
|
29 |
"torch",
|
30 |
"argbind>=0.3.2",
|
31 |
-
"numpy==1.
|
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/[email protected]",
|
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/[email protected]",
|
35 |
"gradio",
|
36 |
"tensorboardX",
|
37 |
"loralib",
|
38 |
+
"torch_pitch_shift",
|
39 |
+
"madmom",
|
40 |
],
|
41 |
)
|