Skip to content

Commit 4c204d6

Browse files
committed
Added Seaborn requirment
1 parent cb3ad43 commit 4c204d6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ joblib>=1.0.0
44
numpy>=1.21.0
55
pandas>=1.2.0
66
scikit-learn>=0.23.0
7+
seaborn>=0.10.0
78
optuna>=2.6.0
89
imbalanced-learn >= 0.8.0
910
xgboost>=1.4.0

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ install_requires=
2626
pandas>=1.3.0
2727
PyYAML>=6.0
2828
scikit-learn>=0.23.0
29+
seaborn>=0.10.0
2930
optuna>=2.6.0
3031
imbalanced-learn >= 0.8.0
3132
xgboost>=1.4.0

0 commit comments

Comments
 (0)