ForecastIQ-Pro / requirements.txt
Syed Ali Reza
Update Gradio to v4.44.0 - Fix security vulnerabilities
3715a0b
raw
history blame contribute delete
751 Bytes
# Core ML/DL
torch>=2.1.0
transformers>=4.35.0
pytorch-forecasting>=1.0.0
darts>=0.27.0
prophet>=1.1.5
statsforecast>=1.6.0
sktime>=0.25.0
# Optimization
ortools>=9.8.0
pulp>=2.7.0
scipy>=1.11.0
# Data Processing
pandas>=2.1.0
numpy>=1.24.0
scikit-learn>=1.3.0
great-expectations>=0.18.0
# AutoML
optuna>=3.4.0
# autogluon.timeseries>=0.8.0 # Optional - heavy dependency
# Visualization
plotly>=5.18.0
matplotlib>=3.8.0
seaborn>=0.13.0
shap>=0.43.0
# Web Framework
gradio>=4.44.0
pydantic>=2.5.0
pydantic-settings>=2.1.0
# Utilities
loguru>=0.7.2
python-dotenv>=1.0.0
pyyaml>=6.0
tqdm>=4.66.0
httpx>=0.25.0
# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.0
# Code Quality
black>=23.11.0
flake8>=6.1.0
mypy>=1.7.0
isort>=5.12.0