Skip to content

Commit 83afa23

Browse files
committed
docs(contributing): update docs to use uv
1 parent 3d2f572 commit 83afa23

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/CONTRIBUTING.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,7 @@ Please use [GitLab Flow](https://about.gitlab.com/topics/version-control/what-is
4545

4646
## Dependency Management
4747

48-
Airflow dependencies are managed by `requirements.txt` and `constraints-3.8.txt` via `pip`. It is not recommended to use `poetry` or other tools.
49-
50-
`constraints-3.8.txt` is used to pin the version of the Airflow dependencies, and `requirements.txt` is used to install user-defined dependencies.
51-
52-
Please add or update dependencies in `requirements.txt`. Do not modify `constraints-3.8.txt` unless Airflow is updated.
53-
54-
For more information, refer to the [Airflow Installation Documentation](https://airflow.apache.org/docs/apache-airflow/1.10.15/installation.html).
48+
Airflow dependencies are managed by [uv]. For more information, refer to the [Airflow Installation Documentation](https://airflow.apache.org/docs/apache-airflow/1.10.15/installation.html).
5549

5650
## Code Convention
5751

@@ -77,3 +71,5 @@ It is recommended to use [Commitizen](https://commitizen-tools.github.io/commiti
7771
### CI/CD
7872

7973
Please check the [.github/workflows](.github/workflows) directory for details.
74+
75+
[uv]: https://docs.astral.sh/uv/

0 commit comments

Comments
 (0)