From e3774207097da365af05f54fd4a9cb3d9fcfedeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 08:57:29 +0000 Subject: [PATCH] Update pandas requirement from ~=1.2 to >=1.2,<3.0 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) - [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.2.0...v2.0.0) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a0f7e4c..4992de4 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def readme(): "click~=8.0", "matplotlib~=3.3", "openpyxl~=3.0", - "pandas~=1.2", + "pandas>=1.2,<3.0", "xlsxwriter~=3.0", "pytest" ],