Update requirements.txt
Browse files- requirements.txt +54 -3
requirements.txt
CHANGED
@@ -1,3 +1,54 @@
|
|
1 |
-
gradio
|
2 |
-
azure-cosmos
|
3 |
-
bcrypt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
azure-cosmos
|
3 |
+
bcrypt
|
4 |
+
|
5 |
+
anthropic
|
6 |
+
azure-identity
|
7 |
+
azure-cosmos
|
8 |
+
antiword
|
9 |
+
certifi
|
10 |
+
cairosvg
|
11 |
+
python-dotenv
|
12 |
+
drawSvg
|
13 |
+
docx2txt
|
14 |
+
|
15 |
+
# Modelos de spaCy desde Hugging Face
|
16 |
+
# https://huggingface.co/spacy/es_core_news_lg/resolve/main/es_core_news_lg-any-py3-none-any.whl
|
17 |
+
# https://huggingface.co/spacy/en_core_web_lg/resolve/main/en_core_web_lg-any-py3-none-any.whl
|
18 |
+
# https://huggingface.co/spacy/fr_core_news_lg/resolve/main/fr_core_news_lg-any-py3-none-any.whl
|
19 |
+
|
20 |
+
# Enlaces alternativos desde GitHub (comentados)
|
21 |
+
es-core-news-lg @ https://github.com/explosion/spacy-models/releases/download/es_core_news_lg-3.7.0/es_core_news_lg-3.7.0-py3-none-any.whl
|
22 |
+
en-core-web-lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.7.1/en_core_web_lg-3.7.1-py3-none-any.whl
|
23 |
+
fr-core-news-lg @ https://github.com/explosion/spacy-models/releases/download/fr_core_news_lg-3.7.0/fr_core_news_lg-3.7.0-py3-none-any.whl
|
24 |
+
|
25 |
+
numpy
|
26 |
+
networkx
|
27 |
+
matplotlib
|
28 |
+
odfpy
|
29 |
+
plotly
|
30 |
+
pydantic
|
31 |
+
python-dateutil
|
32 |
+
pandas
|
33 |
+
python-docx
|
34 |
+
#pywin32
|
35 |
+
pymssql
|
36 |
+
python-dotenv
|
37 |
+
pymongo
|
38 |
+
PyPDF2
|
39 |
+
rlPyCairo
|
40 |
+
requests
|
41 |
+
reportlab
|
42 |
+
spacy>=3.7.0,<3.8.0
|
43 |
+
#spacy
|
44 |
+
spacy-streamlit
|
45 |
+
seaborn
|
46 |
+
squarify
|
47 |
+
scipy
|
48 |
+
sentencepiece
|
49 |
+
scikit-learn
|
50 |
+
svglib
|
51 |
+
transformers
|
52 |
+
torch
|
53 |
+
tqdm
|
54 |
+
thinc
|