Skip to content

Commit

Permalink
[tools/model_explorer_circle] Add pyproject.toml for packaing
Browse files Browse the repository at this point in the history
It adds pyproject.toml to circle adapter module for packaging.

ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <[email protected]>
  • Loading branch information
batcheu committed Nov 22, 2024
1 parent 6a77ddc commit e4de515
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tools/model_explorer_circle/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[project]
name = "model-explore-circle"
version = "0.0.1"

dependencies = [
"ai-edge-model-explorer",
"flatbuffers"
]

0 comments on commit e4de515

Please sign in to comment.