Skip to content

Commit

Permalink
py-epic-capybara: depends_on py-scipy (#594)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
epic-capybara now depends on scipy.
  • Loading branch information
wdconinc committed Nov 26, 2023
1 parent 64de687 commit 511c703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/py-epic-capybara/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ class PyEpicCapybara(PythonPackage):
depends_on("py-hist", type=("build", "run"))
depends_on("py-pygithub", type=("build", "run"))
depends_on("py-requests", type=("build", "run"))
depends_on("py-scipy", type=("build", "run"))
depends_on("py-uproot", type=("build", "run"))

0 comments on commit 511c703

Please sign in to comment.