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.4.3 /constraints-no-providers-3.8.txt"
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"
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.4.3 /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.5.1 /constraints-no-providers-3.8.txt"
3333
3434test : test-unit
3535
Original file line number Diff line number Diff line change 1- FROM docker.io/apache/airflow:2.4.3 -python3.8
1+ FROM docker.io/apache/airflow:2.5.1 -python3.8
22
33# quick sudo
44USER root
@@ -26,4 +26,4 @@ RUN wget -c https://github.com/dice-group/LIMES/releases/download/1.7.9/limes.ja
2626
2727
2828RUN pip install --upgrade pip
29- RUN pip install --no-cache-dir -r requirements.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.4.3 /constraints-no-providers-3.8.txt"
29+ RUN 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"
Original file line number Diff line number Diff line change 1- FROM docker.io/apache/airflow:2.4.3 -python3.8
1+ FROM docker.io/apache/airflow:2.5.1 -python3.8
22
33# quick sudo
44USER root
@@ -25,4 +25,4 @@ RUN wget -c https://github.com/dice-group/LIMES/releases/download/1.7.9/limes.ja
2525
2626
2727RUN pip install --upgrade pip
28- RUN pip install --no-cache-dir -r requirements.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.4.3 /constraints-no-providers-3.8.txt"
28+ RUN 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"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pymongo~=4.0.1
88apache-airflow ~= 2.5.1
99hvac == 0.11.2
1010SPARQLWrapper == 1.8.5
11- pandas == 1.5.1
11+ pandas == 1.5.2
1212click ~= 8.1.0
1313openpyxl == 3.0.9
1414colorama ~= 0.4
You can’t perform that action at this time.
0 commit comments