drguilhermeapolinario commited on
Commit
bf4ee54
·
verified ·
1 Parent(s): db4201b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- numpy
20
- openpyxl
21
- faiss-cpu
22
- sentence_transformers
23
- python-docx
24
- html2docx
25
- markdown
26
- mistralai
 
 
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