Spaces:
Running
Running
Create requirements.txt (#9)
Browse files- Create requirements.txt (6cd7fa532f60f4770dc3f557638fe07bd7f8c75c)
Co-authored-by: Xilena Atenea Rojas Salazar <[email protected]>
- requirements.txt +6 -15
requirements.txt
CHANGED
@@ -1,15 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
streamlit>=1.30.0
|
9 |
-
pandas>=2.2.0
|
10 |
-
numpy>=1.25.0
|
11 |
-
python-dotenv>=1.0.0
|
12 |
-
transformers>=4.37.2
|
13 |
-
pandasai>=2.0.0
|
14 |
-
supabase>=2.0.0
|
15 |
-
plotly>=6.0.1
|
|
|
1 |
+
pandas
|
2 |
+
numpy
|
3 |
+
streamlit
|
4 |
+
python-dotenv
|
5 |
+
matplotlib
|
6 |
+
pandasai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|