# Build dependencies
setuptools==72.1.0
packaging==24.1
build==1.2.1
wheel==0.43.0
distro==1.9.0; sys_platform == 'linux'
patchelf==0.17.2; sys_platform == 'linux'
# 2.0.2 is the last version that supports Python 3.9
numpy<=2.0.2; python_version <= '3.9'
numpy==2.1.3; python_version > '3.9'
mypy[faster-cache]>=1.14.0
