Spaces:
Sleeping
Sleeping
bintangyosua
commited on
Update requirements.txt
Browse files- requirements.txt +17 -16
requirements.txt
CHANGED
@@ -1,16 +1,17 @@
|
|
1 |
-
marimo
|
2 |
-
pandas
|
3 |
-
numpy
|
4 |
-
scipy==1.10.1
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
#
|
15 |
-
|
16 |
-
|
|
|
|
1 |
+
marimo
|
2 |
+
pandas
|
3 |
+
numpy
|
4 |
+
scipy==1.10.1
|
5 |
+
pyarrow
|
6 |
+
|
7 |
+
matplotlib
|
8 |
+
seaborn
|
9 |
+
altair
|
10 |
+
|
11 |
+
gensim
|
12 |
+
scikit-learn
|
13 |
+
|
14 |
+
# Or a specific version
|
15 |
+
# marimo>=0.9.0
|
16 |
+
|
17 |
+
# Add other dependencies as needed
|