Spaces:
Sleeping
Sleeping
Fix: add transformers to requirements
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
|
@@ -4,7 +4,5 @@ scikit-learn
|
|
| 4 |
xgboost
|
| 5 |
pandas
|
| 6 |
matplotlib
|
| 7 |
-
|
| 8 |
-
# Hugging Face-compatible PyTorch (CPU)
|
| 9 |
-
torch==2.1.0+cpu
|
| 10 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
|
| 4 |
xgboost
|
| 5 |
pandas
|
| 6 |
matplotlib
|
| 7 |
+
torch==2.1.0
|
|
|
|
|
|
|
| 8 |
--extra-index-url https://download.pytorch.org/whl/cpu
|