We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb11b1 commit 9b28df3Copy full SHA for 9b28df3
1 file changed
airflow-core/docs/installation/installing-from-pypi.rst
@@ -159,7 +159,7 @@ Build constraints
159
160
In addition to runtime constraints, Airflow publishes **build constraints** files on the same constraint
161
branches. Build constraints pin the versions of build-time dependencies (such as ``setuptools``,
162
-``hatchling``, ``maturin``) that are used when compiling packages from source distributions (sdists)
+``hatchling``, ``maturin``) that are used when compiling packages from source distributions
163
via `build isolation <https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/#build-isolation>`_.
164
165
Build constraints are useful when you install Airflow or its providers from source and want fully
0 commit comments