Update requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
CHANGED
@@ -1,4 +1,14 @@
|
|
1 |
marimo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
# Or a specific version
|
3 |
# marimo>=0.9.0
|
4 |
|
|
|
1 |
marimo
|
2 |
+
polars
|
3 |
+
duckdb
|
4 |
+
anthropic
|
5 |
+
openai
|
6 |
+
litellm
|
7 |
+
nbformat
|
8 |
+
huggingface_hub
|
9 |
+
datasets
|
10 |
+
plotly
|
11 |
+
altairs
|
12 |
# Or a specific version
|
13 |
# marimo>=0.9.0
|
14 |
|