Skip to content

Commit

Permalink
ci: restrict use of pyshp=2.2.0 until ci failure issue resolved (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs authored Feb 4, 2022
1 parent 9cc6e3e commit 2160ba6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion etc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- scipy
- pandas
- netcdf4
- pyshp>=2.0.0
- pyshp<2.2.0
- rasterio
- fiona
- descartes
Expand Down
2 changes: 1 addition & 1 deletion etc/requirements.full.pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ affine
scipy
pandas
netcdf4
pyshp>=2.0.0
pyshp<2.2.0
rasterio
fiona
descartes
Expand Down
2 changes: 1 addition & 1 deletion etc/requirements.windows.pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ affine
scipy
pandas
netcdf4
pyshp>=2.0.0
pyshp<2.2.0
descartes
pyproj
shapely
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ netcdf4
fiona ; python_version < '3.8'
descartes
pyproj
pyshp
pyshp<2.2.0
pandas
scipy
affine
Expand Down

0 comments on commit 2160ba6

Please sign in to comment.