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 00eff20d07584227878d3221005b5be243e2c72a Author: Andrew Reusch <[email protected]> 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"
