requests>=2.28.0
boto3>=1.26.0
click>=8.0.0
rich>=12.0.0
PyYAML>=6.0
setuptools>=45.0.0
cryptography>=41.0.0
watchdog>=3.0.0
aiohttp>=3.9.0
questionary>=2.0.0
jinja2>=3.1.0

[data]
xlsxwriter>=3.0.0

[data:python_version < "3.9"]
pandas<2.0,>=1.5

[data:python_version >= "3.9"]
pandas>=2.2.0

[dev]
pytest>=7.0.0
pytest-cov>=3.0.0
pytest-mock>=3.6.0
black>=22.0.0
isort>=5.10.0
flake8>=4.0.0
mypy>=0.950
sphinx>=4.0.0
sphinx-rtd-theme>=1.0.0

[ml]
scikit-learn>=1.0.0
torch>=1.10.0
transformers>=4.20.0
