Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -19,11 +19,11 @@ PyYAML==6.0.1
|
|
19 |
Requests==2.32.3
|
20 |
scikit_learn==1.6.1
|
21 |
spotipy==2.24.0
|
22 |
-
torch==2.4.1
|
23 |
torch_optimizer==0.3.0
|
24 |
-
torchaudio==2.4.1
|
25 |
torchmetrics==1.4.1
|
26 |
tqdm==4.66.5
|
27 |
transformers==4.44.0
|
28 |
utils==1.0.2
|
29 |
-
pydantic==2.10.6
|
|
|
|
|
|
19 |
Requests==2.32.3
|
20 |
scikit_learn==1.6.1
|
21 |
spotipy==2.24.0
|
|
|
22 |
torch_optimizer==0.3.0
|
|
|
23 |
torchmetrics==1.4.1
|
24 |
tqdm==4.66.5
|
25 |
transformers==4.44.0
|
26 |
utils==1.0.2
|
27 |
+
pydantic==2.10.6
|
28 |
+
torch==2.5.1
|
29 |
+
torchaudio==2.5.1
|