
[default]
numpy>=1.19
scipy>=1.8
matplotlib>=3.4
pandas>=1.3

[developer]
black~=22.1
pyupgrade>=2.31
pre-commit>=2.17
mypy>=0.931

[doc]
sphinx~=4.4
pydata-sphinx-theme~=0.8
sphinx-gallery~=0.10
numpydoc>=1.2
pillow>=9.0
nb2plots>=0.6
texext>=0.6.6

[extra]
lxml>=4.6
pygraphviz>=1.9
pydot>=1.4.2

[test]
pytest>=7.0
pytest-cov>=3.0
codecov>=2.1

[test:platform_python_implementation != "PyPy" and python_version <= "3.10"]
pytest-mpl>=0.14
