diff --git a/environment.yml b/environment.yml index a5f28a44a..e5a7abe0f 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 99912a066..33358f99e 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',