From 45bf2a7247d9de21a362ee89ab8a8d5d630efc4f Mon Sep 17 00:00:00 2001 From: Lucas Vieira Date: Mon, 2 Dec 2024 10:37:16 -0300 Subject: [PATCH] upgrade pandas to v2.2.3 --- apps/api/jupyter-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/jupyter-requirements.txt b/apps/api/jupyter-requirements.txt index 54dccc0e..3a808bef 100644 --- a/apps/api/jupyter-requirements.txt +++ b/apps/api/jupyter-requirements.txt @@ -2,7 +2,7 @@ jupyter_server==2.12.1 ipykernel==6.27.1 matplotlib==3.8.2 numpy==1.26.2 -pandas==1.5.3 +pandas==2.2.3 psycopg2==2.9.9 plotly==5.18.0 scipy==1.11.4