From 749dc958be86d84cdb79d1f2da80e54bfdbc454e Mon Sep 17 00:00:00 2001 From: Daniel Morcuende Date: Mon, 28 Oct 2024 16:28:13 +0100 Subject: [PATCH] bump to ctapipe_io_lst 0.24 --- environment.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index a5f28a44a4..e5a7abe0f8 100644 --- a/environment.yml +++ b/environment.yml @@ -32,6 +32,6 @@ dependencies: - pandas>=2 - pymongo - seaborn - - ctapipe_io_lst=0.23 + - ctapipe_io_lst=0.24 - pytest - pyirf~=0.10.0 diff --git a/setup.py b/setup.py index 99912a066a..33358f99e9 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def find_scripts(script_dir, prefix, suffix='.py'): 'astropy~=5.0', 'bokeh~=2.0', 'ctapipe~=0.19.2', - 'ctapipe_io_lst~=0.23.0', + 'ctapipe_io_lst~=0.24.0', 'ctaplot~=0.6.4', 'eventio>=1.9.1,<2.0.0a0', # at least 1.1.1, but not 2 'gammapy~=1.1',