diff --git a/binder/environment.yml b/binder/environment.yml index 1889ff19d2..0d9e1f248a 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -9,7 +9,7 @@ dependencies: - conda-forge::scipy - conda-forge::pandas - conda-forge::netcdf4 - - conda-forge::pyshp + - conda-forge::pyshp<2.2.0 - conda-forge::rasterio - conda-forge::fiona - conda-forge::descartes diff --git a/etc/environment.yml b/etc/environment.yml index 2f8f314353..ca9de03292 100644 --- a/etc/environment.yml +++ b/etc/environment.yml @@ -24,7 +24,7 @@ dependencies: - scipy - pandas - netcdf4 - - pyshp>=2.0.0 + - pyshp<2.2.0 - rasterio - fiona - descartes diff --git a/etc/requirements.full.pip.txt b/etc/requirements.full.pip.txt index 39413e8dce..5f0e12a4d7 100644 --- a/etc/requirements.full.pip.txt +++ b/etc/requirements.full.pip.txt @@ -18,7 +18,7 @@ affine scipy pandas netcdf4 -pyshp>=2.0.0 +pyshp<2.2.0 rasterio fiona descartes diff --git a/etc/requirements.windows.pip.txt b/etc/requirements.windows.pip.txt index 2eb4e382a4..ddee12acbb 100644 --- a/etc/requirements.windows.pip.txt +++ b/etc/requirements.windows.pip.txt @@ -18,7 +18,7 @@ affine scipy pandas netcdf4 -pyshp>=2.0.0 +pyshp<2.2.0 descartes pyproj shapely diff --git a/requirements.txt b/requirements.txt index 3f16414286..139ee51355 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ netcdf4 fiona ; python_version < '3.8' descartes pyproj -pyshp +pyshp<2.2.0 pandas scipy affine