Skip to content

Commit 7c455f1

Browse files
committed
(loading data notebook) use duckdb 1.4.0 stable instead of dev pre-release
1 parent 6db4f2b commit 7c455f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polars/03_loading_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# requires-python = ">=3.12"
33
# dependencies = [
44
# "adbc-driver-sqlite==1.7.0",
5-
# "duckdb>=1.4.0.dev",
5+
# "duckdb==1.4.0",
66
# "lxml==6.0.0",
77
# "marimo",
88
# "pandas==2.3.2",

0 commit comments

Comments
 (0)