From 83d6d100a83b1b1a3834bfca72e4ea4cd7b653dd Mon Sep 17 00:00:00 2001 From: Romain Hugonnet Date: Sat, 16 Mar 2024 14:08:02 -0800 Subject: [PATCH] Unfix `geopandas` and `pandas` version (#518) --- dev-environment.yml | 4 ++-- environment.yml | 4 ++-- requirements.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-environment.yml b/dev-environment.yml index 66a59e0f..c0720f47 100644 --- a/dev-environment.yml +++ b/dev-environment.yml @@ -3,11 +3,11 @@ channels: - conda-forge dependencies: - python>=3.9,<3.12 - - geopandas>=0.12.0,<0.14 + - geopandas>=0.12.0 - matplotlib=3.* - pyproj=3.* - rasterio>=1.3,<2 - - pandas>=1,<2.2 + - pandas>=1,<3 - numpy=1.* - scipy=1.* - tqdm diff --git a/environment.yml b/environment.yml index b6f0904a..5f2c5d50 100644 --- a/environment.yml +++ b/environment.yml @@ -3,11 +3,11 @@ channels: - conda-forge dependencies: - python>=3.9,<3.12 - - geopandas>=0.12.0,<0.14 + - geopandas>=0.12.0 - matplotlib=3.* - pyproj=3.* - rasterio>=1.3,<2 - - pandas>=1,<2.2 + - pandas>=1,<3 - numpy=1.* - scipy=1.* - tqdm diff --git a/requirements.txt b/requirements.txt index 937a6091..68bac6e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ # This file is auto-generated from environment.yml, do not modify. # See that file for comments about the need/usage of each dependency. -geopandas>=0.12.0,<0.14 +geopandas>=0.12.0 matplotlib==3.* pyproj==3.* rasterio>=1.3,<2 -pandas>=1,<2.2 +pandas>=1,<3 numpy==1.* scipy==1.* tqdm