Update requirements.txt
Browse files- requirements.txt +24 -24
requirements.txt
CHANGED
@@ -1,40 +1,40 @@
|
|
1 |
# Core Dependencies
|
2 |
-
streamlit
|
3 |
-
google-generativeai
|
4 |
-
requests
|
5 |
-
pandas
|
6 |
-
numpy
|
7 |
-
scikit-learn
|
8 |
-
matplotlib
|
9 |
-
seaborn
|
10 |
|
11 |
# Lightweight Machine Learning
|
12 |
-
lightgbm
|
13 |
-
xgboost
|
14 |
|
15 |
# Natural Language Processing
|
16 |
-
spacy
|
17 |
-
nltk
|
18 |
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
|
19 |
|
20 |
# Code Quality & Formatting
|
21 |
-
pylint
|
22 |
-
black
|
23 |
|
24 |
# System & Utilities
|
25 |
-
psutil
|
26 |
-
tenacity
|
27 |
-
pyyaml
|
28 |
|
29 |
# Testing & Validation
|
30 |
-
pytest
|
31 |
|
32 |
# Additional Libraries
|
33 |
-
networkx
|
34 |
-
sympy
|
35 |
-
scipy
|
36 |
-
Pillow
|
37 |
|
38 |
# Security
|
39 |
-
bandit
|
40 |
-
safety
|
|
|
1 |
# Core Dependencies
|
2 |
+
streamlit
|
3 |
+
google-generativeai
|
4 |
+
requests
|
5 |
+
pandas
|
6 |
+
numpy
|
7 |
+
scikit-learn
|
8 |
+
matplotlib
|
9 |
+
seaborn
|
10 |
|
11 |
# Lightweight Machine Learning
|
12 |
+
lightgbm
|
13 |
+
xgboost
|
14 |
|
15 |
# Natural Language Processing
|
16 |
+
spacy
|
17 |
+
nltk
|
18 |
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
|
19 |
|
20 |
# Code Quality & Formatting
|
21 |
+
pylint
|
22 |
+
black
|
23 |
|
24 |
# System & Utilities
|
25 |
+
psutil
|
26 |
+
tenacity
|
27 |
+
pyyaml
|
28 |
|
29 |
# Testing & Validation
|
30 |
+
pytest
|
31 |
|
32 |
# Additional Libraries
|
33 |
+
networkx
|
34 |
+
sympy
|
35 |
+
scipy
|
36 |
+
Pillow
|
37 |
|
38 |
# Security
|
39 |
+
bandit
|
40 |
+
safety
|