Skip to content
Merged
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
4 changes: 4 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ dependencies:
- shapely>=2.0
- pyshp>=2.3.1
- pyproj>=3.6.0
# PROJ 9.8 changes the way equicylindrical projections (PlateCarree)
# are transformed, which causes some issues. Temporary pin PROJ < 9.8
# to avoid these for now.
- proj<9.8
# The testing label has the proper version of freetype included
- conda-forge/label/testing::matplotlib-base>=3.6

Expand Down
Loading