Skip to content

Commit

Permalink
MAINT: Add extra deps for deid feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisvail committed Jun 10, 2024
1 parent 2d4becb commit 29416d4
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 @@ -54,6 +54,10 @@ dependencies = [
]

[project.optional-dependencies]
deid = [
"presidio-analyzer >=2.2.33,<3",
"presidio-anonymizer >=2.2.33,<3",
]
edsnlp = [
"edsnlp>=0.9",
]
Expand Down Expand Up @@ -140,6 +144,7 @@ webrtc-voice-detector = [
]
all = [
"""medkit-lib[\
deid,\
edsnlp,\
hf-entity-matcher,\
hf-transcriber,\
Expand Down

0 comments on commit 29416d4

Please sign in to comment.