Skip to content

Commit

Permalink
add optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmachan committed Nov 14, 2023
1 parent 51531ce commit eb24c4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ dependencies = [
]
dynamic = ["version", "readme"]

[project.optional-dependencies]
all = [
"sentence-transformers",
]

[tool.setuptools]
package-dir = {"" = "src"}

Expand Down

0 comments on commit eb24c4a

Please sign in to comment.