Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion marimo/_tutorials/dataflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# requires-python = ">=3.12"
# dependencies = [
# "marimo",
# "matplotlib==3.10.1",
# "matplotlib==3.10.9",
# "numpy==2.2.4",
# ]
# ///
Expand Down
2 changes: 1 addition & 1 deletion marimo/_tutorials/markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# requires-python = ">=3.12"
# dependencies = [
# "marimo",
# "matplotlib==3.10.1",
# "matplotlib==3.10.9",
# "numpy==2.2.4",
# "polars==1.26.0",
Comment on lines 3 to 8
# ]
Expand Down
2 changes: 1 addition & 1 deletion marimo/_tutorials/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# requires-python = ">=3.12"
# dependencies = [
# "marimo",
# "matplotlib==3.10.1",
# "matplotlib==3.10.9",
# "numpy==2.2.4",
# ]
# ///
Expand Down
Loading