# Pip requirements file for base packages for a Python env.
# Base packages are those needed for pip and automatic package version detection.


# Base dependencies (must be consistent with minimum-constraints-install.txt
# and build-system.requires in pyproject.toml)

pip>=25.0; python_version == '3.8'
pip>=26.0.1; python_version == '3.9'
pip>=26.1; python_version >= '3.10'
setuptools>=70.0.0; python_version == '3.8'
setuptools>=78.1.1; python_version >= '3.9'
setuptools-scm[toml]>=9.2.0
wheel>=0.45.1; python_version == '3.8'
wheel>=0.46.2; python_version >= '3.9'
