From 5aec740c67ec517677f446c67c1c22cee5fcba75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 04:22:12 +0000 Subject: [PATCH] build(deps): update pandas requirement from <2,>=0.25.1 to >=0.25.1,<3 Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v0.25.1...v2.2.3) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70bf35d2..8607f111 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ authors = [{name = "ING Analytics Wholesale Banking", email = "wbaa@ing.com"}] license = {type = "MIT", file = "LICENSE"} dependencies = [ "numpy>=1.18.0", - "pandas>=0.25.1,<2", + "pandas>=0.25.1,<3", "scipy>=1.5.2", "histogrammar>=1.0.32", "phik",