# numpy based on python version and NEP-29 requirements
numpy; python_version == '3.11'
numpy; python_version == '3.12'
numpy~=1.23.0; python_version == '3.10'

# image testing
scipy==1.13.1

# optional high performance paths
numba==0.59.1; python_version == '3.10'

# optional 3D
pyopengl==3.1.7

# supplimental tools
matplotlib==3.9.0
h5py==3.11.0

# testing
pytest==8.2.2
pytest-xdist==3.6.1
pytest-xvfb==3.0.0; sys_platform == 'linux'
