Skip to content

Commit 0dc38dc

Browse files
committed
MNT: Update minimum versions for Python 3.11
1 parent a0feaf8 commit 0dc38dc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ classifiers = [
2525
]
2626
requires-python = ">=3.11"
2727
dependencies = [
28-
"matplotlib>=3.5.0",
29-
"numpy>=1.23.0",
30-
"pandas>=1.4.0",
31-
"pint>=0.20",
28+
"matplotlib>=3.7.0",
29+
"numpy>=1.25.0",
30+
"pandas>=2.1.0",
31+
"pint>=0.22",
3232
"pooch>=1.2.0",
33-
"pyproj>=3.6.1",
34-
"scipy>=1.9.2",
33+
"pyproj>=3.4.0",
34+
"scipy>=1.10.0",
3535
"traitlets>=5.1.0",
3636
"xarray>=2022.6.0"
3737
]

0 commit comments

Comments
 (0)