diff options
author | Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com> | 2024-10-04 17:40:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-04 17:40:40 +0200 |
commit | 792b576224b6f427dc84c67635c6317c6c09be0f (patch) | |
tree | b2a4190a21a07725d57143552513813a18e1256a | |
parent | 5c66f6b994f7dde32982426d7df7a05e6f7a0871 (diff) | |
download | spack-792b576224b6f427dc84c67635c6317c6c09be0f.tar.gz spack-792b576224b6f427dc84c67635c6317c6c09be0f.tar.bz2 spack-792b576224b6f427dc84c67635c6317c6c09be0f.tar.xz spack-792b576224b6f427dc84c67635c6317c6c09be0f.zip |
py-glmsingle: Add v1.2 (#46776)
-rw-r--r-- | var/spack/repos/builtin/packages/py-glmsingle/package.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-glmsingle/package.py b/var/spack/repos/builtin/packages/py-glmsingle/package.py index 3b3e3c28c1..aeb694ac75 100644 --- a/var/spack/repos/builtin/packages/py-glmsingle/package.py +++ b/var/spack/repos/builtin/packages/py-glmsingle/package.py @@ -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")) |