Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the ctapipe_io_magic version in setpy.py #63

Merged
merged 1 commit into from
May 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updated the ctapipe_io_magic version in setpy.py
  • Loading branch information
YoshikiOhtani committed May 11, 2022
commit e93a2654f5c68d3dac5d8dc50359d9c828b28bb2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'astropy>=4.0.5,<5',
'lstchain~=0.9.0',
'ctapipe~=0.12.0',
'ctapipe_io_magic~=0.4.3',
'ctapipe_io_magic~=0.4.4',
'ctaplot~=0.5.5',
'eventio>=1.5.1,<2.0.0a0', # at least 1.1.1, but not 2
'gammapy~=0.19.0',
Expand Down