Skip to content

Commit faed66f

Browse files
committed
Set to mizani requirement to <0.10.0
mizani has been refactored with breaking changes that affect plotnine. This commit branches off the current v0.12.1 stable version of plotnine, which will be released as v0.12.2.
1 parent 5ee0ed6 commit faed66f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

doc/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
Changelog
44
=========
55

6+
v0.12.2
7+
-------
8+
(2023-07-21)
9+
10+
- This is a maintainance release that prevents newer versions of
11+
mizani from breaking plotnine. This version depends on
12+
`mizani<0.10.0`.
13+
14+
615
v0.12.1
716
-------
817
(2023-05-09)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"matplotlib>=3.6.0",
27-
"mizani>=0.9.0",
27+
"mizani>0.9.0,<0.10.0",
2828
"numpy>=1.23.0",
2929
"pandas>=1.5.0",
3030
"patsy>=0.5.1",

0 commit comments

Comments
 (0)