From 19aa00c620faf34e6f93afbaa4841ece3b97c2d3 Mon Sep 17 00:00:00 2001 From: Daniel Morcuende Date: Wed, 13 Dec 2023 11:21:33 +0100 Subject: [PATCH 1/2] bump lstchain version in pyproject and conda env --- environment.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 33e1308e..59bc4d48 100644 --- a/environment.yml +++ b/environment.yml @@ -25,7 +25,7 @@ dependencies: - ctapipe_io_lst=0.22 - ctaplot~=0.6.4 - pyirf=0.8 - - lstchain~=0.10.0 + - lstchain>=0.10.5 - tenacity # dev dependencies - pytest diff --git a/pyproject.toml b/pyproject.toml index bc62dfc2..43e7b719 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ requires-python = ">=3.9" dependencies = [ "astropy~=5.0", - "lstchain~=0.10.0", + "lstchain>=0.10.5", "matplotlib~=3.7", "numpy", "pandas", From a6343bd8645c592cc965194ebb226624ebbc6fef Mon Sep 17 00:00:00 2001 From: Daniel Morcuende Date: Wed, 13 Dec 2023 11:36:12 +0100 Subject: [PATCH 2/2] bump pyirf to 0.10 version --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 59bc4d48..c6fbd1b2 100644 --- a/environment.yml +++ b/environment.yml @@ -24,7 +24,7 @@ dependencies: - protobuf=3.20 - ctapipe_io_lst=0.22 - ctaplot~=0.6.4 - - pyirf=0.8 + - pyirf~=0.10 - lstchain>=0.10.5 - tenacity # dev dependencies