dlaj commited on
Commit
1c77622
·
verified ·
1 Parent(s): b72b7a8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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.6.0 # PyTorch with CUDA 12.4 (GPU support)
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