Skip to content

Commit b7ff2cb

Browse files
fix(deps): Update dependency seaborn to v0.13.1 (#454)
2 parents 4309989 + a7e01ca commit b7ff2cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jupyter-pytorch-full/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pandas==2.1.4
1515
scikit-image==0.22.0
1616
scikit-learn==1.3.2
1717
scipy==1.11.4
18-
seaborn==0.13.0
18+
seaborn==0.13.1
1919
xgboost==2.0.3
2020

2121
# pytorch packages

jupyter-scipy/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ protobuf==3.20.3
2727
scikit-image==0.22.0
2828
scikit-learn==1.3.2
2929
scipy==1.11.4
30-
seaborn==0.13.0
30+
seaborn==0.13.1
3131
sqlalchemy==2.0.24
3232
statsmodels==0.14.1
3333
sympy==1.12

jupyter-tensorflow-full/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pandas==2.1.4
1515
scikit-image==0.22.0
1616
scikit-learn==1.3.2
1717
scipy==1.11.4
18-
seaborn==0.13.0
18+
seaborn==0.13.1
1919
xgboost==2.0.3
2020

2121
# tensorflow packages

0 commit comments

Comments
 (0)