Skip to content

Commit 0118cc6

Browse files
authored
tmp: restrict marimo dependency version range (marimo-team#36)
1 parent d3df548 commit 0118cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "marimo package for quarto"
88
dynamic = ["version"]
99
dependencies = [
1010
# for marimo
11-
"marimo>=0.14.8",
11+
"marimo>=0.14.8,<=0.14.16",
1212
# quarto itself
1313
"quarto",
1414
# uv is used in the script calls
@@ -52,7 +52,7 @@ ci = "quarto install tinytex --no-prompt && quarto render"
5252
refresh = "./scripts/export.sh"
5353

5454
[tool.pixi.dependencies]
55-
marimo = ">=0.14.8"
55+
marimo = ">=0.14.8,<=0.14.16"
5656
quarto = ">=1.6.43,<2"
5757
pandoc = ">=3.4,<4"
5858
pyyaml = ">=6.0.2,<7"

0 commit comments

Comments
 (0)