Athspi commited on
Commit
fb47c9a
·
verified ·
1 Parent(s): 069ae9d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -24
requirements.txt CHANGED
@@ -1,40 +1,40 @@
1
  # Core Dependencies
2
- streamlit==1.32.0
3
- google-generativeai==0.3.2
4
- requests==2.31.0
5
- pandas==2.1.4
6
- numpy==1.26.4
7
- scikit-learn==1.4.0
8
- matplotlib==3.8.2
9
- seaborn==0.13.1
10
 
11
  # Lightweight Machine Learning
12
- lightgbm==4.1.0
13
- xgboost==2.0.3
14
 
15
  # Natural Language Processing
16
- spacy==3.7.2
17
- nltk==3.8.1
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==3.0.3
22
- black==23.12.0
23
 
24
  # System & Utilities
25
- psutil==5.9.6
26
- tenacity==8.2.3
27
- pyyaml==6.0.1
28
 
29
  # Testing & Validation
30
- pytest==7.4.3
31
 
32
  # Additional Libraries
33
- networkx==3.2.1
34
- sympy==1.12
35
- scipy==1.11.4
36
- Pillow==10.1.0
37
 
38
  # Security
39
- bandit==1.7.5
40
- safety==2.4.0
 
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