Skip to content

Commit 568f9ff

Browse files
committed
xarray input: accept dimension names per variable
1 parent 7d73c32 commit 568f9ff

File tree

4 files changed

+311
-431
lines changed

4 files changed

+311
-431
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"bmipy>=2.0.1",
1212
"pydantic>=2.12.5",
1313
]
14-
requires-python = ">=3.11,<3.14" # pyswmm does not support python > 3.13
14+
requires-python = ">=3.12,<3.14" # 3.12 for typing. pyswmm does not support python > 3.13
1515
readme = "README.md"
1616
license = "GPL-2.0-or-later"
1717
keywords = ["science", "engineering", "hydrology", "flood"]

0 commit comments

Comments
 (0)