From ca77da5006aa88fbc3750f94434ca536a90242a2 Mon Sep 17 00:00:00 2001 From: Daniel Morcuende Date: Thu, 11 Jan 2024 15:06:03 +0100 Subject: [PATCH] do not pin matplotlib version --- environment.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 33e1308e..8679b7ec 100644 --- a/environment.yml +++ b/environment.yml @@ -8,7 +8,7 @@ dependencies: - pip - astropy~=5.0 - ctapipe~=0.19.2 - - matplotlib=3.7 + - matplotlib - pyparsing - prov - pyyaml diff --git a/pyproject.toml b/pyproject.toml index bc62dfc2..3a9885d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ requires-python = ">=3.9" dependencies = [ "astropy~=5.0", "lstchain~=0.10.0", - "matplotlib~=3.7", + "matplotlib", "numpy", "pandas", "pyyaml",