From 73fa11d3d8a1a14346ea870cc5442462ec6e03f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:37:31 +0000 Subject: [PATCH] Update pandas requirement from <2.0 to <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) - [Commits](https://github.com/pandas-dev/pandas/compare/0.3.0...v2.2.3) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6bfc881..865737e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy<2.0 -pandas<2.0 +pandas<3.0 geopandas>=0.10.2, <0.13 # Has additional dependencies (pandas, numpy, shapely, fiona, etc.), tested on 0.10.2 pint>=0.18 # May work on earlier versions but this is what it was tested on dataretrieval>=1.0, <1.0.5 # 1.0.5 will break datetime handling, <1.0 doesn't have required functions