diff options
author | bk <8865247+bicquet@users.noreply.github.com> | 2024-01-04 10:18:32 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-04 10:18:32 -0600 |
commit | eacb82426496c0909c8b3306034b1c92eaf97640 (patch) | |
tree | 79c684651865bc226d03b6b896e24e6af99685e5 | |
parent | 2f712060bdc586e486788f97bdbad81ed0ad9078 (diff) | |
download | spack-eacb82426496c0909c8b3306034b1c92eaf97640.tar.gz spack-eacb82426496c0909c8b3306034b1c92eaf97640.tar.bz2 spack-eacb82426496c0909c8b3306034b1c92eaf97640.tar.xz spack-eacb82426496c0909c8b3306034b1c92eaf97640.zip |
Bumps google-auth-oauthlib dependency restriction to be compatible with versions up to 1.0 (https://github.com/tensorflow/tensorboard/releases/tag/2.12.1) (#41940)
-rw-r--r-- | var/spack/repos/builtin/packages/py-tensorboard/package.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-tensorboard/package.py b/var/spack/repos/builtin/packages/py-tensorboard/package.py index e5aed228f0..0f3322f49b 100644 --- a/var/spack/repos/builtin/packages/py-tensorboard/package.py +++ b/var/spack/repos/builtin/packages/py-tensorboard/package.py @@ -140,8 +140,8 @@ class PyTensorboard(PythonPackage): depends_on("py-grpcio@1.23.3:", type=("build", "run"), when="@2.2") depends_on("py-google-auth@1.6.3:2", type=("build", "run"), when="@2.7:") depends_on("py-google-auth@1.6.3:1", type=("build", "run"), when="@:2.6") - depends_on("py-google-auth-oauthlib@0.5:1.0", type=("build", "run"), when="@2.13:") - depends_on("py-google-auth-oauthlib@0.4.1:0.4", type=("build", "run"), when="@:2.12") + depends_on("py-google-auth-oauthlib@0.5:1.0", type=("build", "run"), when="@2.12.1:") + depends_on("py-google-auth-oauthlib@0.4.1:0.4", type=("build", "run"), when="@:2.12.0") depends_on("py-markdown@2.6.8:", type=("build", "run")) depends_on("py-numpy@1.12.0:", type=("build", "run")) depends_on("py-protobuf@3.19.6:", type=("build", "run"), when="@2.12:") |