Spaces:
Build error
Build error
hugo flores garcia
commited on
Commit
·
816033d
1
Parent(s):
21d295c
update reqs
Browse files
setup.py
CHANGED
|
@@ -26,7 +26,7 @@ setup(
|
|
| 26 |
license="MIT",
|
| 27 |
packages=find_packages(),
|
| 28 |
install_requires=[
|
| 29 |
-
"torch",
|
| 30 |
"argbind>=0.3.2",
|
| 31 |
"numpy==1.23",
|
| 32 |
"wavebeat @ git+https://github.com/hugofloresgarcia/wavebeat",
|
|
@@ -37,5 +37,6 @@ setup(
|
|
| 37 |
"torch_pitch_shift",
|
| 38 |
"plotly",
|
| 39 |
"pydantic==2.10.6",
|
|
|
|
| 40 |
],
|
| 41 |
)
|
|
|
|
| 26 |
license="MIT",
|
| 27 |
packages=find_packages(),
|
| 28 |
install_requires=[
|
| 29 |
+
"torch==2.4.1",
|
| 30 |
"argbind>=0.3.2",
|
| 31 |
"numpy==1.23",
|
| 32 |
"wavebeat @ git+https://github.com/hugofloresgarcia/wavebeat",
|
|
|
|
| 37 |
"torch_pitch_shift",
|
| 38 |
"plotly",
|
| 39 |
"pydantic==2.10.6",
|
| 40 |
+
"spaces",
|
| 41 |
],
|
| 42 |
)
|