AIdeaText commited on
Commit
49ea31a
·
verified ·
1 Parent(s): c58df45

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +49 -49
requirements.txt CHANGED
@@ -1,50 +1,50 @@
1
- anthropic
2
- azure-identity
3
- azure-cosmos
4
- antiword
5
- bcrypt
6
- certifi
7
- cairosvg
8
- python-dotenv
9
- drawSvg
10
- docx2txt
11
- #https://huggingface.co/spacy/es_core_news_lg/resolve/main/es_core_news_lg-any-py3-none-any.whl
12
- #https://huggingface.co/spacy/en_core_web_lg/resolve/main/en_core_web_lg-any-py3-none-any.whl
13
- #https://huggingface.co/spacy/fr_core_news_lg/resolve/main/fr_core_news_lg-any-py3-none-any.whl
14
- es-core-news-lg @ https://github.com/explosion/spacy-models/releases/download/es_core_news_lg-3.5.0/es_core_news_lg-3.5.0-py3-none-any.whl
15
- en-core-web-lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.5.0/en_core_web_lg-3.5.0-py3-none-any.whl
16
- fr-core-news-lg @ https://github.com/explosion/spacy-models/releases/download/fr_core_news_lg-3.5.0/fr_core_news_lg-3.5.0-py3-none-any.whl
17
- numpy
18
- networkx
19
- matplotlib
20
- odfpy
21
- plotly
22
- pydantic
23
- python-dateutil
24
- pandas
25
- python-docx
26
- pywin32
27
- pymssql
28
- python-dotenv
29
- pymongo
30
- PyPDF2
31
- rlPyCairo
32
- requests
33
- reportlab
34
- spacy==3.5.4
35
- seaborn
36
- squarify
37
- streamlit==1.38.0
38
- streamlit-float
39
- streamlit-player
40
- streamlit-chat
41
- streamlit-antd-components
42
- streamlit-option-menu
43
- scipy
44
- sentencepiece
45
- scikit-learn
46
- svglib
47
- transformers
48
- torch
49
- tqdm
50
  thinc
 
1
+ anthropic
2
+ azure-identity
3
+ azure-cosmos
4
+ antiword
5
+ bcrypt
6
+ certifi
7
+ cairosvg
8
+ python-dotenv
9
+ drawSvg
10
+ docx2txt
11
+ https://huggingface.co/spacy/es_core_news_lg/resolve/main/es_core_news_lg-any-py3-none-any.whl
12
+ https://huggingface.co/spacy/en_core_web_lg/resolve/main/en_core_web_lg-any-py3-none-any.whl
13
+ https://huggingface.co/spacy/fr_core_news_lg/resolve/main/fr_core_news_lg-any-py3-none-any.whl
14
+ #es-core-news-lg @ https://github.com/explosion/spacy-models/releases/download/es_core_news_lg-3.5.0/es_core_news_lg-3.5.0-py3-none-any.whl
15
+ #en-core-web-lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.5.0/en_core_web_lg-3.5.0-py3-none-any.whl
16
+ #fr-core-news-lg @ https://github.com/explosion/spacy-models/releases/download/fr_core_news_lg-3.5.0/fr_core_news_lg-3.5.0-py3-none-any.whl
17
+ numpy
18
+ networkx
19
+ matplotlib
20
+ odfpy
21
+ plotly
22
+ pydantic
23
+ python-dateutil
24
+ pandas
25
+ python-docx
26
+ pywin32
27
+ pymssql
28
+ python-dotenv
29
+ pymongo
30
+ PyPDF2
31
+ rlPyCairo
32
+ requests
33
+ reportlab
34
+ spacy
35
+ seaborn
36
+ squarify
37
+ streamlit
38
+ streamlit-float
39
+ streamlit-player
40
+ streamlit-chat
41
+ streamlit-antd-components
42
+ streamlit-option-menu
43
+ scipy
44
+ sentencepiece
45
+ scikit-learn
46
+ svglib
47
+ transformers
48
+ torch
49
+ tqdm
50
  thinc