pandas>=2.0.0
numpy>=1.24.0
pydantic>=2.0.0
pyarrow>=12.0.0
requests>=2.31.0
structlog>=23.0.0
fsspec>=2023.1.0
tenacity>=8.2.0
scipy>=1.11.0
scikit-learn>=1.3.0

[all]
forge-flow[database,dev,serving]

[database]
sqlalchemy>=2.0.0
psycopg2-binary>=2.9.0

[dev]
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-mock>=3.11.0
black>=23.12.0
ruff>=0.1.9
mypy>=1.8.0
pre-commit>=3.5.0
pandas-stubs>=2.0.0
types-requests>=2.31.0

[serving]
redis>=5.0.0
fastapi>=0.104.0
uvicorn>=0.24.0
