-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Requirements for scripts/tools/memory/ (#6975)
#### Problem Scripts under `scripts/tools/memory/` use some Python packages that are not installed by the CHIP SDK bootstrap. #### Summary of Changes Added to scripts/requirements: - anytree - cxxfilt - pandas #### Testing Starting from a clean checkout plus these changes, bootstrapped and ran the scripts without error.
- Loading branch information
1 parent
d87cdb7
commit fb7cd0f
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,3 +45,8 @@ appdirs | |
coloredlogs | ||
watchdog | ||
protobuf | ||
|
||
# scripts/tools/memory | ||
anytree | ||
cxxfilt | ||
pandas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters