ReflAgent / requirements.txt
OUAREDAEK's picture
Upload requirements.txt with huggingface_hub
2425d4f verified
Raw
History Blame Contribute Delete
1.04 kB
# =========================
# Web Framework
# =========================
flask==2.3.3
gunicorn==21.2.0
# =========================
# Core Data Science
# =========================
pandas==2.1.0
numpy>=1.24.0
# =========================
# Data Visualization
# =========================
plotly==5.17.0
matplotlib>=3.7.0
seaborn>=0.12.0
# =========================
# Data Processing & Utils
# =========================
python-dotenv>=1.0.0
PyYAML>=6.0.0
jsonschema>=4.19.0
json5>=0.9.14
tqdm>=4.65.0
rich>=13.0.0
colorama>=0.4.6
joblib>=1.3.0
# =========================
# Web & HTTP
# =========================
requests>=2.31.0
httpx>=0.25.0
aiohttp>=3.8.0
# =========================
# Date & Time
# =========================
python-dateutil>=2.8.2
pytz>=2023.3
# =========================
# Hugging Face
# =========================
huggingface-hub>=0.20.0
datasets>=2.14.0
# =========================
# Optional Export
# =========================
openpyxl>=3.1.2
reportlab>=4.0.0