Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -14,9 +14,7 @@ matplotlib==3.10.0 # Plotting and visualizations
|
|
14 |
|
15 |
# === Machine Learning ===
|
16 |
scikit-learn==1.6.1 # Evaluation metrics and preprocessing utilities
|
17 |
-
torch==2.
|
18 |
-
torchvision==0.21.0+cu124 # Optional (can support visual tasks, not critical here)
|
19 |
-
torchaudio==2.6.0+cu124 # Optional (comes with torch install, can stay)
|
20 |
|
21 |
# === Utilities ===
|
22 |
tqdm==4.67.1 # Progress bars
|
|
|
14 |
|
15 |
# === Machine Learning ===
|
16 |
scikit-learn==1.6.1 # Evaluation metrics and preprocessing utilities
|
17 |
+
torch==2.1.0
|
|
|
|
|
18 |
|
19 |
# === Utilities ===
|
20 |
tqdm==4.67.1 # Progress bars
|