diff --git a/dev-environment.yml b/dev-environment.yml index c1c63ebd..66a59e0f 100644 --- a/dev-environment.yml +++ b/dev-environment.yml @@ -7,7 +7,7 @@ dependencies: - matplotlib=3.* - pyproj=3.* - rasterio>=1.3,<2 - - pandas=1.* + - pandas>=1,<2.2 - numpy=1.* - scipy=1.* - tqdm diff --git a/environment.yml b/environment.yml index d389d95d..b6f0904a 100644 --- a/environment.yml +++ b/environment.yml @@ -7,7 +7,7 @@ dependencies: - matplotlib=3.* - pyproj=3.* - rasterio>=1.3,<2 - - pandas=1.* + - pandas>=1,<2.2 - numpy=1.* - scipy=1.* - tqdm diff --git a/requirements.txt b/requirements.txt index fcb0a3b2..c093808e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ geopandas>=0.12.0,<0.14 matplotlib==3.* pyproj==3.* rasterio>=1.3,<2 -pandas==1.* +pandas>=1,<2.2 numpy==1.* scipy==1.* tqdm