numpy>=1.24
scipy>=1.10
igraph>=0.11
tqdm>=4.66

[:python_version < "3.9"]
h5netcdf==1.1.*

[:python_version >= "3.9"]
h5netcdf>=1.1

[dev]
Cython>=3.0

[docs]
sphinx>=7.0
nbsphinx>=0.9.3
nbsphinx-link>=1.3.0
ipython>=8.4
pandoc>=2.3
matplotlib>=3.6

[tests]
matplotlib>=3.6
tox>=4.11
flake8>=7.0
pylint>=3.0
pytest>=8.0
pytest-xdist>=3.5
pytest-cov>=4.1

[tests:python_version < "3.9"]
cartopy==0.21.1
networkx==3.1.*

[tests:python_version >= "3.9"]
cartopy>=0.21
networkx>=3.1
