xdev>=1.5.3
ubelt>=1.3.6
toml>=0.10.2
kwconf>=0.10.0
rich>=12.3.0
git-python>=1.0.0
black>=22.1.0
ruff>=0.15.0
packaging>=21.3
pyproject-fmt>=2.21.1
ruamel.yaml<=0.17.32,>=0.17.22
argcomplete>=1.0
cmd_queue>=0.1.6
sphinx>=5.0.1
sphinx-autobuild>=2021.3.14
sphinx_rtd_theme>=1.0.0
sphinxcontrib-napoleon>=0.7
sphinx-autoapi>=1.8.4
Pygments>=2.12.0
myst_parser>=0.18.0
sphinx-reredirects>=0.0.1
tabulate>=0.9.0
kwutil>=0.3.8

[:python_version < "3.11" and python_version >= "3.10"]
pandas>=1.4.0
numpy>=1.21.6

[:python_version < "3.12"]
PyYAML>=6.0

[:python_version < "3.12" and python_version >= "3.11"]
pandas>=1.5.0
numpy>=1.23.2

[:python_version < "3.13" and python_version >= "3.12"]
numpy>=1.26.0

[:python_version < "3.14" and python_version >= "3.13"]
pandas>=2.2.3
numpy>=2.1.0

[:python_version < "4.0" and python_version >= "3.12"]
PyYAML>=6.0.2

[:python_version < "4.0" and python_version >= "3.14"]
pandas>=2.3.3
numpy>=2.3.2

[docs]
sphinx>=5.0.1
sphinx-autobuild>=2021.3.14
sphinx_rtd_theme>=1.0.0
sphinxcontrib-napoleon>=0.7
sphinx-autoapi>=1.8.4
Pygments>=2.9.0
myst_parser>=0.18.0
sphinx-reredirects>=0.0.1
docutils>=0.20.1

[optional]
python-gitlab>=3.0

[tests]
xdoctest>=1.1.6
pytest-cov>=3.0.0

[tests:python_version < "3.12"]
pytest_timeout>=1.4.2

[tests:python_version < "3.14" and python_version >= "3.10"]
coverage>=6.1.1

[tests:python_version < "3.14.0" and python_version >= "3.10.0"]
pytest>=6.2.5

[tests:python_version < "4.0" and python_version >= "3.12"]
pytest_timeout>=2.3.1

[tests:python_version < "4.0" and python_version >= "3.14"]
coverage>=7.10.0

[tests:python_version >= "3.14.0"]
pytest>=8.4.2
