Skip to content

Commit

Permalink
Rollback geopandas for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
thodson-usgs committed Apr 25, 2024
1 parent a5b2ec8 commit 2908373
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.9, '3.10', 3.11]
python-version: [3.8, 3.9, '3.10', 3.11]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "dataretrieval"
description = "Discover and retrieve water data from U.S. federal hydrologic web services."
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.8"
keywords = ["USGS", "water data"]
license = {file = "LICENSE.md"}
maintainers = [
Expand Down Expand Up @@ -39,7 +39,7 @@ doc = [
"nbsphinx_link",
]
nldi = [
'geopandas==0.14.*'
'geopandas>=0.10'
]

[project.urls]
Expand Down

0 comments on commit 2908373

Please sign in to comment.