diff --git a/pixi.toml b/pixi.toml index b8759c8f2..e764a4394 100644 --- a/pixi.toml +++ b/pixi.toml @@ -20,7 +20,7 @@ test-ribasim-api = "pytest --basetemp=python/ribasim_api/tests/temp --junitxml=r [feature.dev.tasks] # Installation -install-julia = "juliaup add 1.10.5 && juliaup override unset && juliaup override set 1.10.5" +install-julia = "juliaup add 1.10.5 && juliaup override set 1.10.5" install-pre-commit = "pre-commit install" # Note that this has a Windows specific override install-ci = { depends_on = ["install-julia", "update-registry-julia"] } @@ -199,7 +199,7 @@ ribasim_testmodels = { path = "python/ribasim_testmodels", editable = true } [feature.dev.dependencies] gh = "*" -juliaup = "*" +juliaup = ">=1.17.5" jupyterlab = "*" libgdal-arrow-parquet = "*" mypy = "*"