From 9ca1d18652353bcfdc964402be94ec20e41e895b Mon Sep 17 00:00:00 2001 From: Jonas Eschle Date: Fri, 15 Sep 2023 15:21:00 +0200 Subject: [PATCH 1/2] Restrict mpl st 3.8 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ec05355a..6860832c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ classifiers = [options] packages = find: install_requires = - matplotlib>=3.4 + matplotlib>=3.4, <3.8 mplhep-data numpy>=1.16.0 packaging From 144a166306f2ee6e02f91bc8bb0c7ba96abcec06 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 13:24:58 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6860832c..59c7f9d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ classifiers = [options] packages = find: install_requires = - matplotlib>=3.4, <3.8 + matplotlib>=3.4,<3.8 mplhep-data numpy>=1.16.0 packaging