From f2d11521293492bdc6beb82b5d70b36f51fc8330 Mon Sep 17 00:00:00 2001 From: Tristan Konolige Date: Fri, 30 Oct 2020 06:57:58 -0700 Subject: [PATCH] [TVMSCRIPT] Add synr dependency in preparation for tvmscript diagnostics overhaul. (#6795) --- docker/install/ubuntu_install_python_package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install/ubuntu_install_python_package.sh b/docker/install/ubuntu_install_python_package.sh index c8d9856b6de0..d86cbecba213 100755 --- a/docker/install/ubuntu_install_python_package.sh +++ b/docker/install/ubuntu_install_python_package.sh @@ -21,4 +21,4 @@ set -u set -o pipefail # install libraries for python package on ubuntu -pip3 install six numpy pytest cython decorator scipy tornado typed_ast pytest pytest-xdist pytest-profiling mypy orderedset attrs requests Pillow packaging cloudpickle +pip3 install six numpy pytest cython decorator scipy tornado typed_ast pytest pytest-xdist pytest-profiling mypy orderedset attrs requests Pillow packaging cloudpickle synr