This is an automated email from the ASF dual-hosted git repository.

leandron pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 06276846a1 [Docs] Update listed tvmc python dependencies (#14341)
06276846a1 is described below

commit 06276846a127c146766989b82745a9e2562277f4
Author: Jack Frankland <[email protected]>
AuthorDate: Mon Mar 20 14:24:21 2023 +0000

    [Docs] Update listed tvmc python dependencies (#14341)
    
    Update the list of python packages required to run a `tvmc` invocation
    after building TVM from source.
---
 docs/install/from_source.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/install/from_source.rst b/docs/install/from_source.rst
index c2e4c7acd9..a25a27c563 100644
--- a/docs/install/from_source.rst
+++ b/docs/install/from_source.rst
@@ -335,7 +335,7 @@ like ``virtualenv``.
 
    .. code:: bash
 
-       pip3 install --user typing-extensions
+       pip3 install --user typing-extensions psutil scipy
 
    * If you want to use RPC Tracker
 

Reply via email to