setuptools>=65.6
future>=0.16
packaging>=17.0
array-api-compat>=1.12
numpy>=2.3
scipy>=1.15

[all]
coverage>=4.0
coveralls
matplotlib
pyfftw
pywavelets>=1.8
scikit-image>=0.25
astra>=2.4

[all:python_version <= "2.7"]
pytest<5.0,>=3.1

[all:python_version >= "3"]
pytest>=5.4.0

[testing]
coverage>=4.0
coveralls

[testing:python_version <= "2.7"]
pytest<5.0,>=3.1

[testing:python_version >= "3"]
pytest>=5.4.0
