Skip to content

Commit

Permalink
Limit imod version (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoerivanEngelen authored Nov 11, 2024
1 parent 8c85c8b commit 640055d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build-imod-coupler = "rm -rf dist && pyinstaller imod_coupler/__main__.py --name
netCDF4 = "*"
loguru = "*"
numpy = "<2.0"
imod = "*"
imod = "<0.18.0"
pip = "*"
pydantic = "2.*"
pyinstaller = "*"
Expand Down Expand Up @@ -61,7 +61,7 @@ test-primod = "pytest --junitxml=report.xml tests/test_primod"
build = "*"
geopandas = "*"
httpx = "*"
imod = "*"
imod = "<0.18.0"
ipython = "*"
jupyterlab = "*"
mypy = "*"
Expand Down

0 comments on commit 640055d

Please sign in to comment.