summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-11-07 20:30:50 +0100
committerGitHub <noreply@github.com>2022-11-07 20:30:50 +0100
commit52f9de5b39a22c86899d6e35c68ac7fab42dbb98 (patch)
treee89474089f53ae81c0cb04df25104c426732df7d
parent1e17dfac9763a0b9b1893a9d96da62c116b49410 (diff)
parent4222a3f727cac4d0d999fbd80fdef1e56707b882 (diff)
Merge pull request #200026 from SuperSandro2000/tensorboard-google-auth
Closes https://github.com/NixOS/nixpkgs/issues/199938
-rw-r--r--pkgs/development/python-modules/tensorboard/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/tensorboard/default.nix b/pkgs/development/python-modules/tensorboard/default.nix
index d3cc30cdad689..f42d1b3220b79 100644
--- a/pkgs/development/python-modules/tensorboard/default.nix
+++ b/pkgs/development/python-modules/tensorboard/default.nix
@@ -41,7 +41,7 @@ buildPythonPackage rec {
     pushd unpacked/tensorboard-${version}
 
     substituteInPlace tensorboard-${version}.dist-info/METADATA \
-      --replace "google-auth-oauthlib (<0.5,>=0.4.1)" "google-auth-oauthlib (<0.6,>=0.4.1)" \
+      --replace "google-auth-oauthlib (<0.5,>=0.4.1)" "google-auth-oauthlib (<1.0,>=0.4.1)" \
       --replace "protobuf (<3.20,>=3.9.2)" "protobuf (>=3.9.2)"
 
     popd