Mustjaab Srihari Thyagarajan commited on
Commit
497146b
·
unverified ·
1 Parent(s): 0d74625

Update DuckDB_Loading_CSVs.py

Browse files

Co-authored-by: Srihari Thyagarajan <[email protected]>

Files changed (1) hide show
  1. DuckDB_Loading_CSVs.py +4 -1
DuckDB_Loading_CSVs.py CHANGED
@@ -2,7 +2,10 @@
2
  # requires-python = ">=3.10"
3
  # dependencies = [
4
  # "marimo",
5
- # "plotly.express"
 
 
 
6
  # ]
7
  # ///
8
 
 
2
  # requires-python = ">=3.10"
3
  # dependencies = [
4
  # "marimo",
5
+ # "plotly.express",
6
+ # "plotly==6.0.1",
7
+ # "duckdb==1.2.1",
8
+ # "sqlglot==26.11.1",
9
  # ]
10
  # ///
11