You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -45,13 +45,7 @@ Please use [GitLab Flow](https://about.gitlab.com/topics/version-control/what-is
45
45
46
46
## Dependency Management
47
47
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).
55
49
56
50
## Code Convention
57
51
@@ -77,3 +71,5 @@ It is recommended to use [Commitizen](https://commitizen-tools.github.io/commiti
77
71
### CI/CD
78
72
79
73
Please check the [.github/workflows](.github/workflows) directory for details.
0 commit comments