diff --git a/pyproject.toml b/pyproject.toml index 9c6ef9c..b71f474 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,11 +18,8 @@ dependencies = [ "pdfplumber", "scikit-learn", "sklearn-crfsuite", - "tokenizers", "lunr[languages]", "unidecode", - "torch", - "allennlp-light", # it is not very light ] [project.optional-dependencies] dev = [ @@ -35,6 +32,9 @@ dev = [ "pytest", "pytest-cov", "poutyne", + "tokenizers", + "torch", + "allennlp-light", # it is not very light ] [project.scripts]