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]