
[:python_version < "3.8"]
typing-extensions>=4.0.0

[dev]
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-xdist>=3.0.0
black>=23.0.0
flake8>=6.0.0
flake8-docstrings>=1.7.0
mypy>=1.0.0
pre-commit>=3.0.0
twine>=4.0.0
build>=0.10.0
ipython>=8.0.0
jupyter>=1.0.0

[docs]
sphinx>=7.0.0
sphinx-rtd-theme>=1.0.0
sphinx-autodoc-typehints>=1.0.0
myst-parser>=2.0.0

[full]
numpy>=1.21.0
scikit-learn>=1.0.0
pandas>=1.3.0
matplotlib>=3.5.0
seaborn>=0.11.0
requests>=2.28.0
tqdm>=4.64.0

[test]
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-xdist>=3.0.0
pytest-mock>=3.0.0
hypothesis>=6.0.0
