py-macs3: adding zlib dependency (#40979)

This commit is contained in:
George Young 2023-11-09 15:44:24 +00:00 committed by GitHub
parent 2d35d29e0f
commit 7e6aaf9458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,3 +24,5 @@ class PyMacs3(PythonPackage):
depends_on("py-numpy@1.19:", type=("build", "run"))
depends_on("py-cykhash@2", type=("build", "run"))
depends_on("py-hmmlearn@0.3:", type=("build", "run"))
depends_on("zlib-api")