SaiBon99 commited on
Commit
11d971c
·
1 Parent(s): fcd8582

Update Gradio version for better compatibility with HF Spaces

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
  # Dependencies for Hugging Face Space - Phishing Detection App
2
  # Matches pyproject.toml but only includes inference dependencies
3
 
4
- # Core app framework (using 4.x for better HF Spaces compatibility)
5
- gradio>=4.0.0,<5.0.0
 
6
 
7
  # ML and Data (matching pyproject.toml versions)
8
  scikit-learn>=1.8.0
 
1
  # Dependencies for Hugging Face Space - Phishing Detection App
2
  # Matches pyproject.toml but only includes inference dependencies
3
 
4
+ # Core app framework with compatible huggingface_hub version
5
+ gradio==4.44.0
6
+ huggingface_hub>=0.19.0,<0.20.0
7
 
8
  # ML and Data (matching pyproject.toml versions)
9
  scikit-learn>=1.8.0