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 authored Nov 4, 2024
1 parent 0487e9a commit cbeeae6
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 cbeeae6

Please sign in to comment.