File size: 593 Bytes
ee527e8
5ee1865
ee527e8
11d971c
 
 
ee527e8
d0aa2ff
ee527e8
 
5ee1865
 
ee527e8
 
 
5ee1865
ee527e8
 
 
 
 
5ee1865
ee527e8
 
d0aa2ff
ee527e8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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