Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[project]
[workspace]
name = "insight-journal-template"
description = "A template for open science article submissions to the Insight Journal using MyST Markdown"
channels = ["conda-forge"]
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
Expand Down
Loading