Skip to content

Commit b25655a

Browse files
authored
Merge pull request #403 from NannyML/matplotlib-weirdness
Revert Matplotlib pinning changes
2 parents 62e6e2e + 9c7a9a9 commit b25655a

File tree

2 files changed

+11
-61
lines changed

2 files changed

+11
-61
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ 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.9"},
47-
{version="^3.9", python=">=3.9,<3.12"}
46+
{version="^3.7", python=">=3.8,<3.12"}
4847
]
4948
plotly = "^5.6.0"
5049
scipy = [

0 commit comments

Comments
 (0)