Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
|
@@ -19,6 +19,8 @@ gradio>=4.0.0
|
|
| 19 |
# Hugging Face Hub (for loading models)
|
| 20 |
huggingface_hub>=0.16.0
|
| 21 |
|
| 22 |
-
# Scikit-learn (
|
| 23 |
-
# Model was trained with
|
| 24 |
-
|
|
|
|
|
|
|
|
|
| 19 |
# Hugging Face Hub (for loading models)
|
| 20 |
huggingface_hub>=0.16.0
|
| 21 |
|
| 22 |
+
# Scikit-learn (Python 3.10 compatible - latest version for Python 3.10)
|
| 23 |
+
# Note: Model was trained with 1.8.0, but we use 1.7.2 for Python 3.10 compatibility
|
| 24 |
+
# The app includes a compatibility shim to handle version differences
|
| 25 |
+
scikit-learn>=1.7.2,<1.8.0
|
| 26 |
+
|