From 8afa45ca825253532646901a552694f7dc5dff34 Mon Sep 17 00:00:00 2001 From: TOUL Date: Fri, 29 Mar 2024 16:03:06 +0100 Subject: [PATCH] TECH: Bump versions --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 02a10c1..40bdf82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Data manipulation -pandas==1.5.2 -pyarrow==10.0.1 +pandas==2.2.1 +pyarrow==15.0.2 # Model manipulation scikit-learn==1.2.2 @@ -14,10 +14,10 @@ psycopg2-binary==2.9.5 streamlit==1.23.1 # Airflow -apache-airflow==2.7.3 +apache-airflow==2.8.4 # Mlflow -mlflow==2.4.1 +mlflow==2.11.3 werkzeug==2.2.2 protobuf==3.20.3 \ No newline at end of file