From 978bccb9152ebe4e9932198aa03aedb56463fc64 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 27 Jan 2026 07:33:49 -0500 Subject: [PATCH 1/2] COMP: Update pixi config from project to workspace New syntax. --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index 04bbc9f..7d09e40 100644 --- a/pixi.toml +++ b/pixi.toml @@ -1,4 +1,4 @@ -[project] +[workspace] name = "insight-journal-template" description = "A template for open science article submissions to the Insight Journal using MyST Markdown" channels = ["conda-forge"] From 9cfe8f81802e4d3432980021e9ad8f5e0baf173b Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 27 Jan 2026 07:36:25 -0500 Subject: [PATCH 2/2] COMP: Update mystmd to 1.8.0 Latest version. --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index 7d09e40..66e38d2 100644 --- a/pixi.toml +++ b/pixi.toml @@ -6,7 +6,7 @@ platforms = ["linux-64", "osx-arm64", "win-64"] [dependencies] # MyST ecosystem -mystmd = ">=1.6.1,<2" +mystmd = ">=1.8.0,<2" jupyter-book = "*" # Python scientific stack