Update requirements.txt
Browse files- requirements.txt +23 -30
requirements.txt
CHANGED
@@ -1,41 +1,34 @@
|
|
1 |
-
# Core Dependencies
|
2 |
streamlit
|
3 |
google-generativeai
|
4 |
requests
|
|
|
5 |
pandas
|
6 |
numpy
|
7 |
scikit-learn
|
8 |
-
|
9 |
-
|
10 |
boto3
|
|
|
11 |
docker
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
18 |
nltk
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
23 |
black
|
24 |
-
|
25 |
-
# System & Utilities
|
26 |
psutil
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
# Testing & Validation
|
31 |
-
pytest
|
32 |
-
|
33 |
-
# Additional Libraries
|
34 |
-
networkx
|
35 |
-
sympy
|
36 |
-
scipy
|
37 |
-
Pillow
|
38 |
-
|
39 |
-
# Security
|
40 |
-
bandit
|
41 |
-
safety
|
|
|
|
|
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 |
+
ipython
|
18 |
+
tenacity
|
19 |
+
torch
|
20 |
+
torchvision
|
21 |
+
transformers
|
22 |
+
networkx
|
23 |
nltk
|
24 |
+
opencv-python
|
25 |
+
pillow
|
26 |
+
tensorflow
|
27 |
+
pyyaml
|
28 |
+
json5
|
29 |
black
|
30 |
+
flake8
|
|
|
31 |
psutil
|
32 |
+
statsmodels
|
33 |
+
logging
|
34 |
+
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.0/en_core_web_sm-3.7.0-py3-none-any.whl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|