New try for requirements
Browse files- requirements.txt +27 -27
requirements.txt
CHANGED
@@ -1,28 +1,28 @@
|
|
1 |
-
bs4
|
2 |
-
loguru
|
3 |
-
pyyaml
|
4 |
-
camelot-py
|
5 |
-
opencv-python-headless
|
6 |
-
ghostscript
|
7 |
-
pypdf
|
8 |
-
pdf2image
|
9 |
-
pytesseract
|
10 |
-
pikepdf
|
11 |
-
joblib
|
12 |
llama-parse
|
13 |
-
python-dotenv
|
14 |
-
altair
|
15 |
-
numpy
|
16 |
-
scikit-learn
|
17 |
-
pandas
|
18 |
-
pydeck
|
19 |
-
streamlit
|
20 |
-
plotly
|
21 |
-
streamlit-navigation-bar
|
22 |
-
matplotlib
|
23 |
-
langchain-openai
|
24 |
-
langchain
|
25 |
-
streamlit_aggrid
|
26 |
-
fuzzywuzzy
|
27 |
-
pillow-heif
|
28 |
-
python-Levenshtein
|
|
|
1 |
+
bs4==0.0.2
|
2 |
+
loguru==0.7.2
|
3 |
+
pyyaml==6.0.1
|
4 |
+
camelot-py==0.11.0
|
5 |
+
opencv-python-headless==4.9.0.80
|
6 |
+
ghostscript==0.7
|
7 |
+
pypdf==4.0.2
|
8 |
+
pdf2image==1.17.0
|
9 |
+
pytesseract==0.3.10
|
10 |
+
pikepdf==8.13.0
|
11 |
+
joblib==1.3.2
|
12 |
llama-parse
|
13 |
+
python-dotenv==1.0.1
|
14 |
+
altair==5.2.0
|
15 |
+
numpy==1.26.4
|
16 |
+
scikit-learn==1.2.2
|
17 |
+
pandas==2.2.1
|
18 |
+
pydeck==0.8.0
|
19 |
+
streamlit==1.32.2
|
20 |
+
plotly==5.20.0
|
21 |
+
streamlit-navigation-bar==2.0.1
|
22 |
+
matplotlib==3.8.3
|
23 |
+
langchain-openai==0.1.0
|
24 |
+
langchain==0.1.13
|
25 |
+
streamlit_aggrid==0.3.4.post3
|
26 |
+
fuzzywuzzy==0.18.0
|
27 |
+
pillow-heif==0.15.0
|
28 |
+
python-Levenshtein==0.24.0
|