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 0bb4209382fca13824e39f1549f5f0c84a164b8b Author: Andrew Reusch <[email protected]> AuthorDate: Tue May 17 16:59:14 2022 -0700 add pillow --- docker/python/ci-constraints.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/python/ci-constraints.txt b/docker/python/ci-constraints.txt index 42e3ecb301..258d4bd4bd 100644 --- a/docker/python/ci-constraints.txt +++ b/docker/python/ci-constraints.txt @@ -25,6 +25,7 @@ onnxruntime = "==1.9.0" onnxoptimizer = "==0.2.6" numpy = "==1.19.3" paddlepaddle = "==2.1.3" +pillow = "==9.1.0" pylint = "==2.4.4" scipy = "==1.7.3" sphinx = "==4.2.0"
