Skip to content

Commit

Permalink
MNT: Bump some minimum version for Python 3.10
Browse files Browse the repository at this point in the history
Numpy 1.22.0 and PyProj 3.3.0 are the first versions to ship wheels for
and officially support Python 3.10.
  • Loading branch information
dopplershift committed Aug 27, 2024
1 parent d8f8cdc commit 96fe20f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ classifiers = [
requires-python = ">=3.10"
dependencies = [
"matplotlib>=3.5.0",
"numpy>=1.20.0",
"numpy>=1.22.0",
"pandas>=1.4.0",
"pint>=0.17",
"pooch>=1.2.0",
"pyproj>=3.0.0",
"pyproj>=3.3.0",
"scipy>=1.8.0",
"traitlets>=5.0.5",
"xarray>=0.21.0"
Expand Down

0 comments on commit 96fe20f

Please sign in to comment.