Skip to content

Commit

Permalink
Pin versions of python and xarray for 5.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed Nov 2, 2024
1 parent a24c733 commit b4cb73f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
]
requires-python = ">= 3.9"
requires-python = ">= 3.9, < 3.13"
dependencies = [
"numpy >= 1.20",
"pint >= 0.24.1",
Expand All @@ -39,6 +39,7 @@ dependencies = [
"pandas >= 2.0",
"babel >= 2.15",
"xarray-datatree >= 0.0.12",
"xarray <= 2024.10.9",
"dgbowl-schemas >= 120",
]

Expand Down Expand Up @@ -67,4 +68,4 @@ dirty_template = "{tag}.dev{ccount}"

[tool.pytest.ini_options]
log_cli = false
log_cli_level = "DEBUG"
log_cli_level = "DEBUG"

0 comments on commit b4cb73f

Please sign in to comment.