Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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