From db44730512dd8796f6734597494b5a7407b2dd42 Mon Sep 17 00:00:00 2001 From: Tristan Konolige Date: Thu, 29 Oct 2020 17:09:07 -0700 Subject: [PATCH] [TVMSCRIPT] Add synr dependency in preparation for tvmscript diagnostics overhaul. --- 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