Skip to content

Commit

Permalink
Add missing dependency to HTA
Browse files Browse the repository at this point in the history
  • Loading branch information
TaekyungHeo committed Oct 8, 2024
1 parent 4a4fd09 commit 269a2af
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ license = {file = "LICENSE.md"}
authors = [
{name = "MLCommons", email = "chakra@mlcommons.org"},
]
dependencies = ["protobuf==5.*", "graphviz", "networkx", "pydot"]
dependencies = [
"protobuf==5.*",
"graphviz",
"networkx",
"pydot",
"HolisticTraceAnalysis @ git+https://github.com/facebookresearch/HolisticTraceAnalysis.git@d731cc2e2249976c97129d409a83bd53d93051f6"
]

[project.urls]
Homepage = "https://github.com/mlcommons/chakra"
Expand Down

0 comments on commit 269a2af

Please sign in to comment.