py-mrcfile: add new version (#43125)

This commit is contained in:
Christopher Christofi 2024-03-21 23:00:15 +00:00 committed by GitHub
parent af8868fa47
commit 73e16a7881
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,8 +17,10 @@ class PyMrcfile(PythonPackage):
license("BSD-3-Clause")
version("1.4.3", sha256="0c2c702167c50c8b67e4ff7b1ec825a6bb60c0bff388950af08c79c5fd49e28b")
version("1.3.0", sha256="034f1868abf87f4e494b8b039030b50045cabccf352b8b3e88a6bd3a6d665715")
depends_on("python@3.4.0:")
depends_on("py-setuptools", type="build")
depends_on("py-numpy@1.12.0:", type=("build", "run"))
depends_on("py-numpy@1.16.0:", when="@1.4.3:", type=("build", "run"))
depends_on("py-numpy@1.12.0:", when="@1.3.0", type=("build", "run"))