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 169579855a60bd4490723667fe705a09a670d708 Author: Andrew Reusch <[email protected]> AuthorDate: Fri Jul 1 11:26:00 2022 -0700 TODO Remove torch from tvmc build deps. --- python/gen_requirements.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/gen_requirements.py b/python/gen_requirements.py index 8fe144a50d..23fe531412 100755 --- a/python/gen_requirements.py +++ b/python/gen_requirements.py @@ -191,8 +191,6 @@ REQUIREMENTS_BY_PIECE: RequirementsByPieceType = [ "paddlepaddle", "tensorflow", "tflite", - "torch", - "torchvision", "xgboost", ], ),
