Spaces:
Running
Running
drguilhermeapolinario
commited on
Update requirements.txt
Browse files- requirements.txt +27 -26
requirements.txt
CHANGED
@@ -1,26 +1,27 @@
|
|
1 |
-
pandas
|
2 |
-
numpy
|
3 |
-
regex
|
4 |
-
matplotlib
|
5 |
-
plotly
|
6 |
-
chardet
|
7 |
-
requests
|
8 |
-
streamlit
|
9 |
-
streamlit-extras
|
10 |
-
folium
|
11 |
-
streamlit-option-menu
|
12 |
-
streamlit-folium
|
13 |
-
groq
|
14 |
-
openai
|
15 |
-
geopandas
|
16 |
-
branca
|
17 |
-
pillow
|
18 |
-
pdfplumber
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
|
|
|
1 |
+
pandas==2.2.3
|
2 |
+
numpy==2.1.2
|
3 |
+
regex==2024.9.11
|
4 |
+
matplotlib==3.9.2
|
5 |
+
plotly==5.24.1
|
6 |
+
chardet==5.2.0
|
7 |
+
requests==2.32.3
|
8 |
+
streamlit==1.39.0
|
9 |
+
streamlit-extras==0.5.0
|
10 |
+
folium==0.17.0
|
11 |
+
streamlit-option-menu==0.4.0
|
12 |
+
streamlit-folium==0.23.0
|
13 |
+
groq==0.11.0
|
14 |
+
openai==1.51.2
|
15 |
+
geopandas==1.0.1
|
16 |
+
branca==0.8.0
|
17 |
+
pillow==10.4.0
|
18 |
+
pdfplumber==0.11.4
|
19 |
+
openpyxl==3.1.5
|
20 |
+
faiss-cpu==1.9.0
|
21 |
+
sentence-transformers==3.2.0
|
22 |
+
python-docx==1.1.2
|
23 |
+
html2docx==1.6.0
|
24 |
+
markdown==3.7
|
25 |
+
mistralai==1.1.0
|
26 |
+
toml==0.10.2
|
27 |
+
gspread==6.1.3
|