Skip to content

Commit e645cc9

Browse files
authored
fix: make kitchen_sink.py inline deps PEP-0723 compliant (#28)
1 parent 7648759 commit e645cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/kitchen_sink.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# // script
1+
# /// script
22
# requires-python = ">=3.9"
33
# dependencies = [
44
# "marimo",
@@ -8,7 +8,7 @@
88
# "pandas",
99
# "plotly",
1010
# ]
11-
# //
11+
# ///
1212

1313
import marimo
1414

0 commit comments

Comments
 (0)