Skip to content

Commit

Permalink
MNT: Bump minimum versions of optional dependencies
Browse files Browse the repository at this point in the history
This is what we can easily get building on CI currently, now that we
actually check more of these.
  • Loading branch information
dopplershift committed Oct 20, 2023
1 parent 340b895 commit 22eccc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ examples = [
test = [
"netCDF4",
"packaging>=21.0",
"pytest>=2.4",
"pytest>=5.4",
"pytest-mpl"
]
extras = [
"cartopy>=0.17.0",
"cartopy>=0.21.0",
"dask>=2020.12.0",
"shapely>=1.6.0"
"shapely>=1.6.4"
]

[project.urls]
Expand Down

0 comments on commit 22eccc4

Please sign in to comment.