Skip to content

Commit 9aaa78b

Browse files
authored
Merge pull request #1319 from cta-observatory/update_io
Update io lst to support new SWAT data
2 parents 8a62ad1 + 1b9c335 commit 9aaa78b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ dependencies:
3232
- pandas>=2
3333
- pymongo
3434
- seaborn
35-
- ctapipe_io_lst=0.24
35+
- ctapipe_io_lst >=0.25.1,<0.26a0
3636
- pytest
3737
- pyirf~=0.10.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def find_scripts(script_dir, prefix, suffix='.py'):
4343
'astropy~=5.0',
4444
'bokeh~=2.0',
4545
'ctapipe~=0.19.2',
46-
'ctapipe_io_lst~=0.24.0',
46+
'ctapipe_io_lst~=0.25.1',
4747
'ctaplot~=0.6.4',
4848
'eventio>=1.9.1,<2.0.0a0', # at least 1.1.1, but not 2
4949
'gammapy~=1.1',

0 commit comments

Comments
 (0)