Skip to content

Commit 5493766

Browse files
committed
Updated matplotlib and seaborn versions
1 parent 37f761d commit 5493766

File tree

2 files changed

+86
-53
lines changed

2 files changed

+86
-53
lines changed

poetry.lock

Lines changed: 80 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ joblib = "^1.1.0"
4343
category-encoders = "^2.3.0"
4444
matplotlib = [
4545
{version="^3.5", python=">=3.7.1,<3.8"},
46-
{version="^3.7", python=">=3.8,<3.12"}
46+
{version="^3.7", python=">=3.8,<3.9"},
47+
{version="^3.9", python=">=3.9,<3.12"}
4748
]
4849
plotly = "^5.6.0"
4950
scipy = [
@@ -54,7 +55,10 @@ numpy = [
5455
{version="^1.21", python=">=3.7,<3.8"},
5556
{version="^1.24,<1.25", python=">=3.8,<3.12"}
5657
]
57-
seaborn = "^0.11.2"
58+
seaborn = [
59+
{version="^0.11.2", python=">=3.7,<3.8"},
60+
{version="^0.13.2", python=">=3.8,<3.12"}
61+
]
5862
kaleido = "0.2.1"
5963
pyarrow = [
6064
{version="^12.0.0", python=">=3.7,<3.8"},

0 commit comments

Comments
 (0)