bintangyosua commited on
Commit
561a1f6
·
verified ·
1 Parent(s): a87aaa3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -16
requirements.txt CHANGED
@@ -1,16 +1,17 @@
1
- marimo
2
- pandas
3
- numpy
4
- scipy==1.10.1
5
-
6
- matplotlib
7
- seaborn
8
- altair
9
-
10
- gensim
11
- scikit-learn
12
-
13
- # Or a specific version
14
- # marimo>=0.9.0
15
-
16
- # Add other dependencies as needed
 
 
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