Skip to content

Commit bedcfac

Browse files
revert narwhals dependencies
1 parent de23a51 commit bedcfac

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/publish-marimo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: astral-sh/setup-uv@v5
2424

2525
- name: Install dependencies
26-
run: uv add marimo
26+
run: uv add "marimo==1.13.5"
2727

2828
- name: Export Marimo Notebook
2929
env:

data_science_tools/polars_vs_pandas.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# "pandas==2.2.3",
88
# "polars==1.27.1",
99
# "seaborn==0.13.2",
10+
# "narwhals==1.36.0",
1011
# ]
1112
# ///
1213

data_science_tools/pyspark_parametrize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# "pandas==2.2.3",
66
# "pyarrow==20.0.0",
77
# "pyspark==3.5.5",
8+
# "narwhals==1.36.0",
89
# ]
910
# ///
1011

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)