Skip to content

Commit

Permalink
Merge pull request #2214 from rcomer/conda-yml
Browse files Browse the repository at this point in the history
update conda yml
  • Loading branch information
greglucas authored Jul 17, 2023
2 parents eb3933c + 76718a7 commit 2ed668c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,19 @@ name: cartopy-dev
channels:
- conda-forge
dependencies:
- cython>=0.28.5
- numpy>=1.18
- shapely>=1.6.4
- geos>=3.7.2
- cython>=0.29.24
- numpy>=1.21
- shapely>=1.7.1
- pyshp>=2.1
- pyproj>=3.0.0
- pyproj>=3.1.0
# The testing label has the proper version of freetype included
- conda-forge/label/testing::matplotlib-base>=3.1
- conda-forge/label/testing::matplotlib-base>=3.4

# OWS
- owslib>=0.20.0
- owslib>=0.24.1
- pillow>=6.1.0
# Plotting
- scipy>=1.3.1
- scipy>=1.6.3
# Testing
- packaging>=20
- pytest
Expand Down

0 comments on commit 2ed668c

Please sign in to comment.