Skip to content

Commit de23a51

Browse files
edit dependencies
1 parent ff29196 commit de23a51

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
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==0.13.2" "narwhals==1.36.0"
26+
run: uv add marimo
2727

2828
- name: Export Marimo Notebook
2929
env:

data_science_tools/pandas_api_on_spark.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
# "pyarrow==20.0.0",
1010
# "pyspark==3.5.5",
1111
# "scikit-learn==1.6.1",
12-
# "narwhals==1.36.0",
1312
# ]
1413
# ///
1514

data_science_tools/pyspark_parametrize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# requires-python = ">=3.11"
33
# dependencies = [
44
# "marimo",
5-
# "narwhals==1.36.0",
65
# "pandas==2.2.3",
6+
# "pyarrow==20.0.0",
77
# "pyspark==3.5.5",
88
# ]
99
# ///

0 commit comments

Comments
 (0)