Update requirements.txt
Browse files- requirements.txt +41 -19
requirements.txt
CHANGED
@@ -1,33 +1,55 @@
|
|
1 |
streamlit
|
2 |
google-generativeai
|
3 |
requests
|
4 |
-
pylint
|
5 |
pandas
|
6 |
numpy
|
7 |
scikit-learn
|
8 |
-
gitpython
|
9 |
-
spacy
|
10 |
-
boto3
|
11 |
-
unittest2
|
12 |
-
docker
|
13 |
-
sympy
|
14 |
-
scipy
|
15 |
matplotlib
|
16 |
seaborn
|
17 |
-
|
18 |
-
tenacity
|
19 |
torch
|
20 |
-
torchvision
|
21 |
transformers
|
22 |
-
networkx
|
23 |
-
nltk
|
24 |
-
opencv-python
|
25 |
-
pillow
|
26 |
tensorflow
|
27 |
-
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
black
|
30 |
flake8
|
|
|
|
|
|
|
|
|
|
|
31 |
psutil
|
32 |
-
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
google-generativeai
|
3 |
requests
|
|
|
4 |
pandas
|
5 |
numpy
|
6 |
scikit-learn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
matplotlib
|
8 |
seaborn
|
9 |
+
plotly
|
|
|
10 |
torch
|
|
|
11 |
transformers
|
|
|
|
|
|
|
|
|
12 |
tensorflow
|
13 |
+
keras
|
14 |
+
statsmodels
|
15 |
+
xgboost
|
16 |
+
lightgbm
|
17 |
+
catboost
|
18 |
+
spacy
|
19 |
+
nltk
|
20 |
+
en-core-web-trf @ https://github.com/explosion/spacy-models/releases/download/en_core_web_trf-3.7.0/en_core_web_trf-3.7.0-py3-none-any.whl
|
21 |
+
sentence-transformers
|
22 |
+
pylint
|
23 |
black
|
24 |
flake8
|
25 |
+
mypy
|
26 |
+
isort
|
27 |
+
boto3
|
28 |
+
docker
|
29 |
+
kubernetes
|
30 |
psutil
|
31 |
+
tenacity
|
32 |
+
pyyaml
|
33 |
+
loguru
|
34 |
+
tqdm
|
35 |
+
pytest
|
36 |
+
pytest-cov
|
37 |
+
hypothesis
|
38 |
+
unittest-xml-reporting
|
39 |
+
networkx
|
40 |
+
sympy
|
41 |
+
scipy
|
42 |
+
opencv-python
|
43 |
+
Pillow
|
44 |
+
ipython
|
45 |
+
jupyter
|
46 |
+
jupyterlab
|
47 |
+
ipykernel
|
48 |
+
notebook
|
49 |
+
bandit
|
50 |
+
safety
|
51 |
+
cryptography
|
52 |
+
pyarrow
|
53 |
+
fastapi
|
54 |
+
uvicorn
|
55 |
+
python-dotenv
|