Skip to content

Commit 85af880

Browse files
update dependencies in github workflow
1 parent 9f36692 commit 85af880

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/publish-marimo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: '3.11'
2121

2222
- name: Install Marimo
23-
run: pip install marimo
23+
run: pip install marimo numpy pandas polars
2424

2525
- name: Export Marimo Notebook
2626
run: |

data_science_tools/polars_vs_pandas.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# /// script
2+
# requires-python = ">=3.11"
3+
# dependencies = [
4+
# "marimo",
5+
# ]
6+
# ///
17
import marimo
28

39
__generated_with = "0.12.10"

0 commit comments

Comments
 (0)