From ca2e7ece7ae3227bc66ee797e8f00d377b0d7cc3 Mon Sep 17 00:00:00 2001 From: Maria Lainez <98marialainez@gmail.com> Date: Fri, 2 Feb 2024 12:32:39 +0100 Subject: [PATCH] Update lstchain to v0.10.7 --- environment.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index ba1880a8..fd675889 100644 --- a/environment.yml +++ b/environment.yml @@ -25,7 +25,7 @@ dependencies: - ctapipe_io_lst=0.22 - ctaplot~=0.6.4 - pyirf~=0.10 - - lstchain>=0.10.5 + - lstchain>=0.10.7 - tenacity # dev dependencies - pytest diff --git a/pyproject.toml b/pyproject.toml index d6d308bf..59bd222a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ requires-python = ">=3.9" dependencies = [ "astropy~=5.0", - "lstchain>=0.10.5", + "lstchain>=0.10.7", "matplotlib", "numpy", "pandas",