This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 0f187687b00 docs: remove outdated Bazel installation paragraph from
README (#57807)
0f187687b00 is described below
commit 0f187687b008b87fef8be88d2a2492189c0f4a1f
Author: 김승훈 <[email protected]>
AuthorDate: Wed Nov 5 03:31:48 2025 +0900
docs: remove outdated Bazel installation paragraph from README (#57807)
---
README.md | 5 -----
1 file changed, 5 deletions(-)
diff --git a/README.md b/README.md
index 35eb64dffe4..09084489a59 100644
--- a/README.md
+++ b/README.md
@@ -167,11 +167,6 @@ While it is possible to install Airflow with tools like
[Poetry](https://python-
`pip` - especially when it comes to constraint vs. requirements management.
Installing via `Poetry` or `pip-tools` is not currently supported.
-There are known issues with ``bazel`` that might lead to circular dependencies
when using it to install
-Airflow. Please switch to ``pip`` if you encounter such problems. ``Bazel``
community works on fixing
-the problem in `this PR
<https://github.com/bazelbuild/rules_python/pull/1166>`_ so it might be that
-newer versions of ``bazel`` will handle it.
-
If you wish to install Airflow using those tools, you should use the
constraint files and convert
them to the appropriate format and workflow that your tool requires.