Skip to content

Commit

Permalink
Add extra requirements for gammapy
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Mar 18, 2021
1 parent 76e206c commit 40f90ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"uproot~=4.0",
"awkward~=1.0",
],
"gammapy": [
"gammapy~=0.18",
]
}

extras_require["all"] = list(set(extras_require["tests"] + extras_require["docs"]))
Expand Down

0 comments on commit 40f90ee

Please sign in to comment.