Skip to content

Commit d4a450a

Browse files
committed
Remove seaborn from dependencies<footer>Seaborn is no longer needed for the project.</footer>
1 parent 81f68ff commit d4a450a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

bank_subscription_prediction/Dockerfile.codespace

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ RUN --mount=type=cache,target=/root/.cache/uv \
2222
"pandas" \
2323
"xgboost" \
2424
"matplotlib" \
25-
"seaborn" \
2625
"plotly" \
2726
"jupyter"
2827

bank_subscription_prediction/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ numpy
33
scikit-learn
44
xgboost
55
matplotlib
6-
seaborn
76
plotly
87
zenml>=0.82.1
98
click

0 commit comments

Comments
 (0)