From 4a09a96fe4baee6e1b1e7e08bbe129ad08e5c322 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Thu, 23 Oct 2025 12:46:22 +0200 Subject: [PATCH] Move openpyxl to be a core dep --- .gitmodules | 1 + pixi.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8af91012..8afabc5f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "Parcels"] path = Parcels url = git@github.com:Parcels-code/Parcels.git + branch = v4-dev diff --git a/pixi.toml b/pixi.toml index d0269768..acb89259 100644 --- a/pixi.toml +++ b/pixi.toml @@ -39,6 +39,7 @@ copernicusmarine = ">=2.2.2" yaspin = "*" textual = "*" virtualship = { path = "." } +openpyxl = "*" # deps needed for Parcels # TODO inherit these from Parcels instead uxarray = ">=2025.3.0" @@ -60,7 +61,6 @@ pytest = "*" pytest-cov = "*" pytest-asyncio = "*" seabird = "*" -openpyxl = "*" [feature.test.tasks] tests = "pytest"