Skip to content

Commit

Permalink
Merge pull request #1319 from cta-observatory/update_io
Browse files Browse the repository at this point in the history
Update io lst to support new SWAT data
  • Loading branch information
rlopezcoto authored Nov 27, 2024
2 parents 8a62ad1 + 1b9c335 commit 9aaa78b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ dependencies:
- pandas>=2
- pymongo
- seaborn
- ctapipe_io_lst=0.24
- ctapipe_io_lst >=0.25.1,<0.26a0
- pytest
- pyirf~=0.10.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.0',
'ctapipe_io_lst~=0.25.1',
'ctaplot~=0.6.4',
'eventio>=1.9.1,<2.0.0a0', # at least 1.1.1, but not 2
'gammapy~=1.1',
Expand Down

0 comments on commit 9aaa78b

Please sign in to comment.