From a9f0db983bece091784c263c1f5e5374e5c5866d Mon Sep 17 00:00:00 2001 From: TOUL Date: Fri, 29 Mar 2024 17:08:30 +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 209c66f..da71987 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ # API behavior -fastapi==0.96 -pandas==2.0.2 +fastapi==0.110.0 +pandas==2.2.1 scikit-learn==1.2.2 uvicorn==0.22.0 # Model management joblib==1.2.0 -mlflow==2.4.1 +mlflow==2.11.3 # Performance testing locust==2.15.1 @@ -21,4 +21,4 @@ sqlalchemy==2.0.16 psycopg2-binary==2.9.6 # Notebook -ipykernel==6.23.3 \ No newline at end of file +ipykernel==6.23.3