Skip to content

Commit

Permalink
udpate pyproject toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dnth committed Oct 11, 2024
1 parent 1a78c11 commit 74d1d78
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ xinfer = "xinfer.cli:main"

[project.optional-dependencies]
all = [
"xinfer[extra]",
]

extra = [
"rich",
"xinfer[transformers]",
"xinfer[ultralytics]",
]

transformers = [
"transformers",

]

ultralytics = [
"ultralytics",
]


Expand Down

0 comments on commit 74d1d78

Please sign in to comment.