Skip to content

Commit

Permalink
restored dependencies on the setup.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
lfcc1 committed Sep 20, 2024
1 parent bd88246 commit d7c29ef
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@
]

contrib_dependencies = [
# "numpy>=1.24.2",
# "scikit-learn>=1.0.1",
# "sklearn_crfsuite~=0.3.6",
# "rust_fst~=0.1.2",
# "spacy~=3.5.2",
# "nltk~=3.5",
# "jieba~=0.42",
# "sentence-transformers~=2.2.2",
# "lightgbm~=4.2.0",
# "diskcache~=5.2.1",
# "simalign~=0.4",
# "flair>=0.13.1"
"transformers[torch]~=4.41.1", #TransformerTokenClassifier
"numpy>=1.24.2",
"scikit-learn>=1.0.1",
"sklearn_crfsuite~=0.3.6",
"rust_fst~=0.1.2",
"spacy~=3.5.2",
"nltk~=3.5",
"jieba~=0.42",
"sentence-transformers~=2.2.2",
"lightgbm~=4.2.0",
"diskcache~=5.2.1",
"simalign~=0.4",
"flair>=0.13.1"
"transformers~=4.41.1", # TransformerNerClassifier
]

test_dependencies = [
Expand Down

0 comments on commit d7c29ef

Please sign in to comment.