From d53a485299d4513a7fc8d2a37591530876c1087a Mon Sep 17 00:00:00 2001 From: baco Date: Tue, 12 Dec 2023 15:22:12 +0100 Subject: [PATCH] fix: update airflow version to match env version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ee77a12..02a10c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ psycopg2-binary==2.9.5 streamlit==1.23.1 # Airflow -apache-airflow==2.5.3 +apache-airflow==2.7.3 # Mlflow mlflow==2.4.1