From 5995c9ef7de3af00a56729d543425d04c800d4f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 00:58:53 +0000 Subject: [PATCH] chore(deps): update dependency pandas to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09d4f156..c9b0ecf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ jupyter="1.0.0" xgboost="0.90" matplotlib="3.1.1" wget="3.2" -pandas="0.25.3" +pandas="2.1.1" flake8="3.7.9" sphinx = "^2.2" sphinx-rtd-theme = "0.5.0"