debug: remove all requirements versionning
Browse files- requirements.txt +30 -30
requirements.txt
CHANGED
@@ -1,31 +1,31 @@
|
|
1 |
-
bs4
|
2 |
-
loguru
|
3 |
-
pyyaml
|
4 |
-
camelot-py
|
5 |
-
opencv-python-headless
|
6 |
-
ghostscript
|
7 |
-
pypdf
|
8 |
-
unstructured
|
9 |
-
pdf2image
|
10 |
-
unstructured-inference
|
11 |
-
pytesseract
|
12 |
-
pikepdf
|
13 |
-
unstructured-pytesseract
|
14 |
-
joblib
|
15 |
llama-parse
|
16 |
-
python-dotenv
|
17 |
-
altair
|
18 |
-
numpy
|
19 |
-
scikit-learn
|
20 |
-
pandas
|
21 |
-
pydeck
|
22 |
-
streamlit
|
23 |
-
plotly
|
24 |
-
streamlit-navigation-bar
|
25 |
-
matplotlib
|
26 |
-
langchain-openai
|
27 |
-
langchain
|
28 |
-
streamlit_aggrid
|
29 |
-
fuzzywuzzy
|
30 |
-
pillow-heif
|
31 |
-
python-Levenshtein
|
|
|
1 |
+
bs4
|
2 |
+
loguru
|
3 |
+
pyyaml
|
4 |
+
camelot-py
|
5 |
+
opencv-python-headless
|
6 |
+
ghostscript
|
7 |
+
pypdf
|
8 |
+
unstructured
|
9 |
+
pdf2image
|
10 |
+
unstructured-inference
|
11 |
+
pytesseract
|
12 |
+
pikepdf
|
13 |
+
unstructured-pytesseract
|
14 |
+
joblib
|
15 |
llama-parse
|
16 |
+
python-dotenv
|
17 |
+
altair
|
18 |
+
numpy
|
19 |
+
scikit-learn
|
20 |
+
pandas
|
21 |
+
pydeck
|
22 |
+
streamlit
|
23 |
+
plotly
|
24 |
+
streamlit-navigation-bar
|
25 |
+
matplotlib
|
26 |
+
langchain-openai
|
27 |
+
langchain
|
28 |
+
streamlit_aggrid
|
29 |
+
fuzzywuzzy
|
30 |
+
pillow-heif
|
31 |
+
python-Levenshtein
|