Skip to content

Commit

Permalink
MNT: Bump minimum versions
Browse files Browse the repository at this point in the history
This brings things more current and allows for environment resolution on
Python 3.10 as well as fixes some runtime failures.
  • Loading branch information
dopplershift committed Nov 1, 2024
1 parent f48180d commit 20739dc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ classifiers = [
]
requires-python = ">=3.10"
dependencies = [
"beautifulsoup4>=4.6",
"numpy>=1.16",
"pandas>=0.25.0",
"protobuf>=3.7.0",
"requests>=2.21.0"
"beautifulsoup4>=4.9.1",
"numpy>=1.22.0",
"pandas>=1.3.4",
"protobuf>=3.20.0",
"requests>=2.28.1"
]

[project.optional-dependencies]
Expand All @@ -44,13 +44,13 @@ examples = [
"scipy"
]
test = [
"pytest>=5.0",
"netCDF4>=1.1.0",
"vcrpy~=1.5,!=1.7.0,!=1.7.1,!=1.7.2,!=1.7.3",
"xarray>=0.10.2"
"pytest>=7.0",
"netCDF4>=1.5.8",
"vcrpy>=3.0",
"xarray>=2022.3.0"
]
extras = [
"xarray>=0.10.2"
"xarray>=2022.3.0"
]

[project.urls]
Expand Down

0 comments on commit 20739dc

Please sign in to comment.