Skip to content

Commit

Permalink
fix: ne plus utiliser RNN parce que ca ne marche pas bien!
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jul 25, 2024
1 parent c9e6eb5 commit 8c91d47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -35,6 +32,9 @@ dev = [
"pytest",
"pytest-cov",
"poutyne",
"tokenizers",
"torch",
"allennlp-light", # it is not very light
]

[project.scripts]
Expand Down

0 comments on commit 8c91d47

Please sign in to comment.