py-glmsingle: Add v1.2 (#46776)
This commit is contained in:
parent
5c66f6b994
commit
792b576224
@ -16,6 +16,7 @@ class PyGlmsingle(PythonPackage):
|
||||
license("BSD-3-Clause")
|
||||
|
||||
version("main", branch="main")
|
||||
version("1.2", sha256="1826e716d29451c6f64912f180e3c5aa5b1e45957f1df75d0bce32711448cc9b")
|
||||
version("1.1", sha256="3fe3cb1f0d1e96976f2c707b1f9e8ddb932b74f58e99debbfa6f17761fdbd37b")
|
||||
version("1.0", sha256="0481f8ea7637d7e9cb53a7f22c73ba67b9fb8aefebc8c6c98bd4712de95db6aa")
|
||||
|
||||
@ -29,6 +30,7 @@ class PyGlmsingle(PythonPackage):
|
||||
depends_on("py-fracridge", type=("build", "run"))
|
||||
depends_on("py-nibabel", when="@1.1:", type=("build", "run"))
|
||||
depends_on("py-h5py", when="@1.1:", type=("build", "run"))
|
||||
depends_on("py-pandas", when="@1.2:", type=("build", "run"))
|
||||
|
||||
with when("@:1.0"):
|
||||
depends_on("py-twine", type=("build", "run"))
|
||||
|
Loading…
Reference in New Issue
Block a user