Skip to content

Commit

Permalink
Set mizani requirement to "~=0.12.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Jul 31, 2024
1 parent c34dc44 commit 61870d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
dependencies = [
"matplotlib>=3.7.0",
"pandas>=2.2.0",
"mizani~=0.11.4",
"mizani~=0.12.0",
"numpy>=1.23.5",
"scipy>=1.7.0",
"statsmodels>=0.14.0",
Expand Down

2 comments on commit 61870d0

@Breeze-Hu
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed that the current mizani has been upgraded to version 0.12.1. Is it possible that subsequent updates to plotnine may still encounter issues with dependency versions not matching the latest mizani version?

@has2k1
Copy link
Owner Author

@has2k1 has2k1 commented on 61870d0 Aug 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't want to let in versions of mizani that have breaking changes.

Please sign in to comment.