Athspi commited on
Commit
f8ea834
·
verified ·
1 Parent(s): e5fac62

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- matplotlib
9
- seaborn
10
  boto3
 
11
  docker
12
- # Lightweight Machine Learning
13
- lightgbm
14
- xgboost
15
-
16
- # Natural Language Processing
17
- spacy
 
 
 
 
18
  nltk
19
- 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
20
-
21
- # Code Quality & Formatting
22
- pylint
 
23
  black
24
-
25
- # System & Utilities
26
  psutil
27
- tenacity
28
- pyyaml
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