py-mrcfile: add new version (#43125)
This commit is contained in:
parent
af8868fa47
commit
73e16a7881
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user