Skip to content

Commit

Permalink
add ctapipe and gammapy to osa requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
morcuended committed Jan 24, 2022
1 parent 8ea4624 commit 057c2b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
install_requires=[
"astropy~=4.2",
"lstchain~=0.8.4",
"ctapipe~=0.11.0",
"matplotlib~=3.4.3",
"pyparsing~=2.4",
"numpy<1.22.0a0",
Expand All @@ -58,7 +59,8 @@
"pydotplus",
"psutil",
"click",
"pymongo"
"pymongo",
"gammapy~=0.18.2",
],
package_data={
'osa': [
Expand Down

0 comments on commit 057c2b6

Please sign in to comment.