Skip to content

Commit

Permalink
Merge pull request #158 from mlcommons/hta-bug-fix
Browse files Browse the repository at this point in the history
Add missing dependency to HTA
  • Loading branch information
srinivas212 authored Oct 8, 2024
2 parents 4a4fd09 + 269a2af commit f256593
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 = "[email protected]"},
]
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 f256593

Please sign in to comment.