Spaces:
Sleeping
Sleeping
Mustjaab Srihari Thyagarajan commited on
Update DuckDB_Loading_CSVs.py
Browse filesCo-authored-by: Srihari Thyagarajan <57552973+Haleshot@users.noreply.github.com>
- 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 |
|