pandas>=1.3.0
numpy>=1.20.0
pydantic<3.0.0,>=1.8.0
pyyaml>=5.4.0

[all]
pyattrscore[dev,docs,jupyter,performance]

[dev]
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-xdist>=3.3.0
black>=23.9.0
flake8>=6.1.0
mypy>=1.6.0
isort>=5.12.0
pre-commit>=3.5.0

[docs]
sphinx>=7.2.0
sphinx-rtd-theme>=1.3.0
sphinx-autodoc-typehints>=1.25.0
myst-parser>=2.0.0

[jupyter]
jupyter>=1.0.0
matplotlib>=3.8.0
seaborn>=0.13.0
plotly>=5.17.0

[performance]
numba>=0.58.0
dask[dataframe]>=2023.10.0
