Spaces:
Running
Running
pin torch to 2.6.0
Browse files- pyproject.toml +1 -1
- requirements.txt +1 -1
pyproject.toml
CHANGED
@@ -15,7 +15,7 @@ scipy = "^1.15.2"
|
|
15 |
demucs = "^4.0.1"
|
16 |
numpy = "^2.2.4"
|
17 |
onnxruntime = "^1.21.0"
|
18 |
-
torch = "2.
|
19 |
tqdm = "^4.67.1"
|
20 |
librosa = "^0.11.0"
|
21 |
soundfile = "^0.13.1"
|
|
|
15 |
demucs = "^4.0.1"
|
16 |
numpy = "^2.2.4"
|
17 |
onnxruntime = "^1.21.0"
|
18 |
+
torch = "^2.6.0"
|
19 |
tqdm = "^4.67.1"
|
20 |
librosa = "^0.11.0"
|
21 |
soundfile = "^0.13.1"
|
requirements.txt
CHANGED
@@ -5,7 +5,7 @@ scipy==1.15.2
|
|
5 |
numpy==2.2.4
|
6 |
demucs==4.0.1
|
7 |
onnxruntime==1.21.0
|
8 |
-
torch==2.
|
9 |
tqdm==4.67.1
|
10 |
librosa==0.11.0
|
11 |
soundfile==0.13.1
|
|
|
5 |
numpy==2.2.4
|
6 |
demucs==4.0.1
|
7 |
onnxruntime==1.21.0
|
8 |
+
torch==2.6.0
|
9 |
tqdm==4.67.1
|
10 |
librosa==0.11.0
|
11 |
soundfile==0.13.1
|