Skip to content

Commit

Permalink
remove xarray version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer authored Sep 20, 2024
1 parent ef1b19d commit 025e183
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11"] #, "3.12"] # TODO: add 3.12 by fixing https://github.com/Deltares/hydromt_delft3dfm/issues/136
os: ["windows-latest"]

name: ${{ matrix.os }} - py${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion envs/hydromt-delft3dfm-min.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- python>=3.9
- scipy
- shapely>=2.0.0
- xarray<=2024.3.0
- xarray
- xugrid>=0.9.0
- networkx
- llvmlite>=0.39.1 # hydrolib-core
Expand Down
2 changes: 1 addition & 1 deletion envs/hydromt-delft3dfm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- shapely>=2.0.0
- sphinx # docs
- sphinx-design # docs
- xarray<=2024.3.0
- xarray
- xugrid>=0.9.0
- networkx
- llvmlite>=0.39.1 # hydrolib-core
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"geopandas>=0.10, <1",
"numpy<2",
"pandas>=2.2.0",
"xarray<=2024.3",
"xarray",
"hydrolib-core>=0.6.1, <0.8",
"xugrid>=0.9.0",
"meshkernel>=3.0.0",
Expand Down

0 comments on commit 025e183

Please sign in to comment.