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)
This commit is contained in:
		@@ -140,8 +140,8 @@ class PyTensorboard(PythonPackage):
 | 
				
			|||||||
    depends_on("py-grpcio@1.23.3:", type=("build", "run"), when="@2.2")
 | 
					    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: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@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.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")
 | 
					    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-markdown@2.6.8:", type=("build", "run"))
 | 
				
			||||||
    depends_on("py-numpy@1.12.0:", 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:")
 | 
					    depends_on("py-protobuf@3.19.6:", type=("build", "run"), when="@2.12:")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user