This is an automated email from the ASF dual-hosted git repository.
tqchen 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 432f305ce1 Add `packaging` to `python/gen_requirements.py` (#17188)
432f305ce1 is described below
commit 432f305ce188f9a679965fb32d1141f92d25b8d0
Author: Masahiro Hiramori <[email protected]>
AuthorDate: Tue Jul 23 08:13:57 2024 +0900
Add `packaging` to `python/gen_requirements.py` (#17188)
add packaging as a base dependency
---
python/gen_requirements.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/python/gen_requirements.py b/python/gen_requirements.py
index 0c8200f60b..5919d2a9c7 100644
--- a/python/gen_requirements.py
+++ b/python/gen_requirements.py
@@ -68,6 +68,7 @@ REQUIREMENTS_BY_PIECE: RequirementsByPieceType = [
"decorator",
"ml_dtypes",
"numpy",
+ "packaging",
"psutil",
"scipy",
"tornado",