Skip to content

Commit

Permalink
WIP: Fix declaration order of extras
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisvail committed May 16, 2024
1 parent 9f93689 commit 6abac45
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ metrics-diarization = [
"pyannote-core>=5.0",
"pyannote-metrics>=3.2.0",
]
metrics-text-classification = [
"scikit-learn>=1.3.2",
]
metrics-ner = [
"seqeval>=1.2.2",
"torch>=2.1.1",
"transformers>=4.21",
]
metrics-text-classification = [
"scikit-learn>=1.3.2",
]
metrics-transcription = [
"speechbrain>=0.5",
]
Expand Down Expand Up @@ -147,8 +147,9 @@ all = [
hf-utils,\
iamsystem-matcher,\
metrics-diarization,\
metrics-ner,\
metrics-text-classification,\
metrics-ner,metrics-transcription,\
metrics-transcription,\
nlstruct,\
pa-speaker-detector,\
quick-umls,\
Expand Down

0 comments on commit 6abac45

Please sign in to comment.