# general install dependencies
pip>=18.0
wheel>=0.38.0

# glotaran setup dependencies
asteval==1.0.2
attrs == 24.2.0
click==8.1.7
netCDF4==1.7.1.post2
numba==0.60.0
numpy==2.0.1
odfpy==1.4.1
openpyxl==3.1.5
pandas==2.2.2
pydantic==2.7.2
ruamel.yaml==0.18.6
scipy==1.14.1
sdtfile==2024.5.24
tabulate==0.9.0
xarray==2024.7.0

# documentation dependencies
-r docs/requirements.txt


# testing dependencies
tox>=3.0.0
tox-direct>=0.4
pytest>=3.7.1
pluggy>=0.7
coverage[toml]
pytest-cov>=2.5.1
pytest-env>=0.6.2
pytest-runner>=2.11.1
pytest-benchmark>=3.1.1
pytest-allclose>=1.0.0
types-dataclasses>=0.1.7

# code quality assurance
flake8>=3.8.3
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
