File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ CAROOT = $(shell pwd)/infra/traefik/certs
2424install :
2525 @ echo -e " $( BUILD_PRINT) Installing the requirements$( END_BUILD_PRINT) "
2626 @ pip install --upgrade pip
27- @ pip install --no-cache-dir -r requirements.txt --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-2.5.1 /constraints-no-providers-3.8 .txt"
27+ @ pip install --no-cache-dir -r requirements.txt --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-2.10.5 /constraints-no-providers-3.10 .txt"
2828
2929install-dev :
3030 @ echo -e " $( BUILD_PRINT) Installing the dev requirements$( END_BUILD_PRINT) "
3131 @ pip install --upgrade pip
32- @ pip install --no-cache-dir -r requirements.dev.txt --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-2.5.1 /constraints-no-providers-3.8 .txt"
32+ @ pip install --no-cache-dir -r requirements.dev.txt --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-2.10.5 /constraints-no-providers-3.10 .txt"
3333
3434test : test-unit
3535
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ envlist =
99description = Running tests in the corresponding environment
1010passenv = *
1111deps =
12+ pip>=24.0
13+ setuptools>=68.0
14+ wheel>=0.41
1215 -rrequirements.txt
1316 -rrequirements.dev.txt
1417
You can’t perform that action at this time.
0 commit comments