Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion examples/misc/colliding_blocks_and_pi.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# requires-python = ">=3.13"
# dependencies = [
# "marimo",
# "matplotlib==3.10.1",
# "matplotlib==3.10.9",
# "numpy==2.2.3",
# ]
# ///
Expand Down
2 changes: 1 addition & 1 deletion examples/outputs/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,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 examples/running_cells/multiple_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# requires-python = ">=3.12"
# dependencies = [
# "marimo",
# "matplotlib==3.10.1",
# "matplotlib==3.10.9",
# ]
# ///

Expand Down
2 changes: 1 addition & 1 deletion examples/third_party/chroma/multimodal_retrieval.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# "chromadb==1.0.4",
# "datasets==3.5.0",
# "marimo",
# "matplotlib==3.10.1",
# "matplotlib==3.10.9",
# "numpy==2.2.4",
# "open-clip-torch==2.32.0",
# "pillow==11.1.0",
Expand Down
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/markdown_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pyproject: |-
dependencies = [
"marimo",
"duckdb==1.2.2",
"matplotlib==3.10.1",
"matplotlib==3.10.9",
"sqlglot==26.16.2",
"pandas==2.3.3",
"pyarrow==23.0.0",
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