setuptools>=65.6
future>=0.16
packaging>=17.0
numpy<1.27,>=1.19
scipy>=1.1

[all]
coverage>=4.0
coveralls
matplotlib
pyfftw
pywavelets>=1.0.1
scikit-image

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

[all:python_version >= "3"]
pytest<8.0,>=5.4.0

[testing]
coverage>=4.0
coveralls

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

[testing:python_version >= "3"]
pytest<8.0,>=5.4.0
