Update build-requirements.in to match pyproject.toml (#10476)

Doesn't actually impact the generated requirements file
This commit is contained in:
Alex Gaynor 2024-02-24 11:31:45 -05:00 committed by GitHub
parent be48c94bfb
commit 8a150de673
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
setuptools>=61.0.0
wheel
cffi>=1.12; platform_python_implementation != 'PyPy'
setuptools-rust>=0.11.4
setuptools-rust>=1.7.0
# WARN: changing the requirements here DOES NOT update the dependencies used for building at the github workflow, as the build process used build-requirements.txt
# To update build-requirements.txt according to the dependencies here, run pip-compile --allow-unsafe --generate-hashes build-requirements.in