
[:python_version <= "3.10"]
pandas>=1.3.4

[:python_version <= "3.9"]
pandas>=1.2.0

[:python_version >= "3.11"]
pandas>=1.5.1

[doc]
sphinx
pydata-sphinx-theme
sphinx-toggleprompt
myst-parser
numpydoc
ipython
ipykernel
nbsphinx

[opt]
packaging

[opt:python_version >= "3.8"]
scikit-learn>=1.1
geopandas>=0.10.0

[sdist]
build
twine

[test]
pytest
pytest-xdist
pytest-cov
pytest-doctestplus
codecov
