From 61870d0e03888a8f8e7fb238baf85275557e34b6 Mon Sep 17 00:00:00 2001 From: Hassan Kibirige Date: Wed, 31 Jul 2024 21:45:13 +0300 Subject: [PATCH] Set mizani requirement to "~=0.12.0" --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0835c271d..2e5ee442f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",