leandron opened a new issue #7751:
URL: https://github.com/apache/tvm/issues/7751


   There are some dependencies that are inconsistently declared within Docker 
setup scripts and some CI test scripts. The cases I noticed are declared within 
`docker/install/ubuntu_install_python_package.sh`, 
`tests/scripts/task_ci_python_setup.sh` and `tests/scripts/task_ci_setup.sh` 
with different version constraints:
   
   1. `tlcpack-sphinx-addon` is missing from the Docker setup
   2. `synr` version specification is inconsistent
   
   
https://github.com/apache/tvm/blob/f4490708a559930c6554eec26c377d49bfb46d84/docker/install/ubuntu_install_python_package.sh#L23-L24
   
   
https://github.com/apache/tvm/blob/f4490708a559930c6554eec26c377d49bfb46d84/tests/scripts/task_ci_python_setup.sh#L32-L33
   
   
https://github.com/apache/tvm/blob/f4490708a559930c6554eec26c377d49bfb46d84/tests/scripts/task_ci_setup.sh#L32-L33
   
   I'm opening this as an issue, and not a PR directly, because I wanted to see 
how we can improve this, in line with 
https://discuss.tvm.apache.org/t/rfc-python-dependencies-in-tvm-ci-containers/9011.
   
   cc @tqchen @areusch @mousius @u99127 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to