Spaces:
Sleeping
Sleeping
| # Dependencies for Hugging Face Space - Phishing Detection App | |
| # Includes all dependencies from pyproject.toml needed for the app | |
| # Core app framework with compatible huggingface_hub version | |
| gradio==4.44.0 | |
| huggingface_hub>=0.19.0,<0.20.0 | |
| # ML and Data (matching pyproject.toml versions) | |
| scikit-learn>=1.8.0 | |
| pandas>=2.1.0,<2.2.0 | |
| matplotlib>=3.10.8 | |
| seaborn>=0.13.2 | |
| # Hopsworks integration | |
| hopsworks==4.2.* | |
| confluent-kafka>=2.3.0 | |
| # URLScan integration | |
| requests>=2.32.5 | |
| python-dotenv>=1.0.0 | |
| # Model serialization | |
| joblib>=1.3.0 | |
| # Additional dependencies (from pyproject.toml) | |
| pyarrow>=14.0.0 | |