pooch[progress]

[:python_version < "3.9"]
importlib_resources>=1.3

[all]
psi-data[build,dev,docs,lint,test,types]

[build]
python-build
packaging

[dev]
nox>=2025.11.12

[docs]
sphinx==8.2.3
sphinx-book-theme==1.1.4
sphinx-copybutton==0.5.2
numpydoc==1.9.0
pthree==1.0.1

[lint]
ruff>=0.11.7

[test]
pytest
pytest-cov

[types]
mypy>=1.15
