From 594f33c1ee0714adb3c502967288e1d765669331 Mon Sep 17 00:00:00 2001 From: Cory Date: Mon, 12 Feb 2024 10:25:11 -0500 Subject: [PATCH] testing --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 46b1b41..db2c6a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,11 +7,10 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.11" -jupyterlab = "^3.3.3" -pandas = "^1.4.2" matplotlib = "^3.5.1" seaborn = "^0.11.2" requests = "^2.27.1" +pandas = "^2.2.0" [tool.poetry.dev-dependencies]