Skip to content

Commit

Permalink
pyrobird: depends_on [email protected]:
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Nov 4, 2024
1 parent 8f1c399 commit 9af994d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pyrobird/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Pyrobird(PythonPackage):
depends_on("py-pyyaml", type=("build", "run"))
depends_on("py-flask", type=("build", "run"))
depends_on("py-flask-cors", type=("build", "run"))
depends_on("py-flask-compress", type=("build", "run"))
depends_on("py-flask-compress@1.8:", type=("build", "run"))
depends_on("py-json5", type=("build", "run"))
depends_on("py-uproot", type=("build", "run"))
depends_on("py-pytest", type=("build", "run"), when="+test")
Expand Down

0 comments on commit 9af994d

Please sign in to comment.