You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2022/05/17 22:29:06 UTC

[tvm] 29/34: downgrade black due to tensorflow-gpu

This is an automated email from the ASF dual-hosted git repository.

areusch pushed a commit to branch areusch/freeze-dependencies
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 88359a349cb913a02103aa8b5876ab652f4b5c67
Author: Andrew Reusch <ar...@gmail.com>
AuthorDate: Fri May 13 15:21:09 2022 -0700

    downgrade black due to tensorflow-gpu
---
 docker/python/ci-constraints.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/python/ci-constraints.txt b/docker/python/ci-constraints.txt
index c7971c9680..42e3ecb301 100644
--- a/docker/python/ci-constraints.txt
+++ b/docker/python/ci-constraints.txt
@@ -6,7 +6,7 @@
 #keras = "^2.6.0"
 #mxnet = "^1.6.0"
 
-black = "==22.3.0"
+black = "<21.8b0"  # Breaks tensorflow-gpu. Revisit when tensorflow is upgraded.
 blocklint = "==0.2.3"
 #commonmark = ">=0.7.3"
 cpplint = "==1.6.0"