From 5111140a0ca0dbba2e94fafcd91a134a35e48e6f Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Mon, 6 Jan 2025 21:15:03 +0100 Subject: [PATCH] Rename to depends-on in pixi.toml Will soon be deprecated. See https://github.com/Deltares/Ribasim/pull/1993 --- pixi.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.toml b/pixi.toml index 364206c..2b73489 100644 --- a/pixi.toml +++ b/pixi.toml @@ -13,7 +13,7 @@ repository = "https://github.com/Deltares/qgis-tim" [tasks] install = "pip install --no-deps --editable ." build-backend = "pyinstaller gistim/__main__.py --name gistim" -zip-backend = {depends_on = "install", cmd = "python .github/workflows/create_pyinstaller_zip.py"} +zip-backend = {depends-on = "install", cmd = "python .github/workflows/create_pyinstaller_zip.py"} zip-plugin = "python .github/workflows/create_plugin_zip.py" [dependencies] @@ -33,4 +33,4 @@ pyinstaller = "*" timml = "==6.3.0" ttim = "==0.6.5" scipy = "*" -xarray = "*" \ No newline at end of file +xarray = "*"