From 5d5b8b7c152ac28c37467e77c65d5a6923277ec1 Mon Sep 17 00:00:00 2001 From: rettigl Date: Mon, 18 Nov 2024 22:18:38 +0100 Subject: [PATCH] limit matplotlib for pip installs --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8cfdb2c5..b4702b0b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiofiles" @@ -5164,4 +5164,4 @@ notebook = ["ipykernel", "jupyter", "jupyterlab", "jupyterlab-h5web"] [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.11.9" -content-hash = "3ef2b60e9439e3df820760ce342bbff380d8cf8f0f5a682918b458838347f935" +content-hash = "0d13ddd5890b57ff407cbe802ac1d4e5f642a01f66789ee2b204c976e5a145ec" diff --git a/pyproject.toml b/pyproject.toml index 7273d0a1..ab166e70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ h5py = ">=3.6.0" ipympl = ">=0.9.1" ipywidgets = "^7.7.1" lmfit = ">=1.0.3" -matplotlib = ">=3.5.1" +matplotlib = ">=3.5.1, <3.9.0" natsort = ">=8.1.0" numba = ">=0.55.1" numpy = ">=1.18, <2.0"