From 19ff5f221d35d422f41353b9059bcd1f3e718cb7 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 24 Aug 2026 12:29:58 +0200 Subject: [PATCH 1/2] plotext >= 5, < 6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8d4b05..b248b44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "matplotlib", "pint", "plotly", - "plotext", + "plotext >= 5, < 6", "tikzfigure[vis]>=0.3.0", ] [project.optional-dependencies] From d06a7b468280d0c3f9cb5315182e8cf0089f7fb6 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 24 Aug 2026 12:32:07 +0200 Subject: [PATCH 2/2] Update version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b248b44..466e18a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "maxplotlibx" -version = "0.1.7" +version = "0.1.8" description = "A reproducible plotting module with various backends and export options." readme = "README.md" requires-python = ">=3.8"