py-fastfold add py-numpy upper bound (#34962)

This commit is contained in:
Benjamin Meyers
2023-01-16 17:07:36 -05:00
committed by GitHub
parent 84d2c8a693
commit c3dc7a8349

View File

@@ -38,3 +38,5 @@ class PyFastfold(PythonPackage):
depends_on("py-setproctitle", type=("build", "run")) depends_on("py-setproctitle", type=("build", "run"))
depends_on("py-pdbfixer", type=("build", "run")) depends_on("py-pdbfixer", type=("build", "run"))
depends_on("py-pytorch-lightning", type=("build", "run")) depends_on("py-pytorch-lightning", type=("build", "run"))
# py-fastfold uses np.int, which was removed in py-numpy@1.24.0
depends_on("py-numpy@:1.23", when="@0.2.0", type=("build", "run"))