AIdeaText commited on
Commit
4cbc42a
1 Parent(s): 03df499

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -15
requirements.txt CHANGED
@@ -1,27 +1,28 @@
1
- networkx
2
- matplotlib
3
- spacy
 
 
4
  https://huggingface.co/spacy/es_core_news_lg/resolve/main/es_core_news_lg-any-py3-none-any.whl
5
  https://huggingface.co/spacy/en_core_web_lg/resolve/main/en_core_web_lg-any-py3-none-any.whl
6
  https://huggingface.co/spacy/fr_core_news_lg/resolve/main/fr_core_news_lg-any-py3-none-any.whl
7
- pydantic
8
  numpy
9
- thinc
 
 
10
  pandas
11
- transformers
12
- torch
13
- tqdm
14
  pymssql
15
  python-dotenv
16
- azure-identity
17
- azure-cosmos
18
- bcrypt
19
- streamlit
20
  pymongo
21
- certifi
 
22
  squarify
23
  streamlit-player
 
24
  scipy
25
- requests
26
  sentencepiece
27
- anthropic
 
 
 
 
 
1
+ anthropic
2
+ azure-identity
3
+ azure-cosmos
4
+ bcrypt
5
+ certifi
6
  https://huggingface.co/spacy/es_core_news_lg/resolve/main/es_core_news_lg-any-py3-none-any.whl
7
  https://huggingface.co/spacy/en_core_web_lg/resolve/main/en_core_web_lg-any-py3-none-any.whl
8
  https://huggingface.co/spacy/fr_core_news_lg/resolve/main/fr_core_news_lg-any-py3-none-any.whl
 
9
  numpy
10
+ networkx
11
+ matplotlib
12
+ pydantic
13
  pandas
 
 
 
14
  pymssql
15
  python-dotenv
 
 
 
 
16
  pymongo
17
+ requests
18
+ spacy
19
  squarify
20
  streamlit-player
21
+ streamlit
22
  scipy
 
23
  sentencepiece
24
+ scikit-learn
25
+ transformers
26
+ torch
27
+ tqdm
28
+ thinc