Added Python Prometheus client as dependency (#38700)

This commit is contained in:
valmar 2023-07-04 04:12:47 -07:00 committed by GitHub
parent 78e78eb1da
commit b537fad37a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@ class PyPsana(PythonPackage):
depends_on("opencv", type=("build", "run"))
depends_on("py-scikit-learn", type=("build", "run"))
depends_on("py-pyabel", type=("build", "run"))
depends_on("py-prometheus-client", type=("build", "run"))
depends_on("xtcdata", type=("build", "run", "link"))
depends_on("psalg", type=("build", "run", "link"))