Skip to content

Commit

Permalink
Changed minimum version of python to 3.9 due to xarray dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
3benknight committed Jul 26, 2024
1 parent 003f08f commit 163857f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12']

steps:
- name: Checkout repository
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ version = "2.4.1"
description = "A global hydrologic modeling framework"
readme = "README.md"
readme-content-type = "text/markdown"
requires-python = ">=3.7"
requires-python = ">=3.9"
license = {file = "LICENSE"}
authors = [
{ name = "Chris R. Vernon", email = "[email protected]" }
]
urls = { "Homepage" = "https://github.com/JGCRI/xanthos", "Repository" = "https://github.com/JGCRI/xanthos", "Documentation" = "https://github.com/JGCRI/xanthos/wiki" }
dependencies = [
"numpy>=1.19.3,<2",
"numpy>=1.24.4",
"scipy>=1.6",
"pandas>=2.0.3",
"configobj>=5.0.8",
"joblib>=1.3.2",
"matplotlib>=3.5.3",
"matplotlib>=3.7.2",
"xarray>=2023.8.0",
"requests"
]
Expand Down

0 comments on commit 163857f

Please sign in to comment.