Skip to content

Commit

Permalink
Updated dependency on reynir to >= 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vthorsteinsson committed Sep 30, 2021
1 parent a44ed1e commit 74a5838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def read(*names: str, **kwargs: str):
],
keywords=["nlp", "parser", "icelandic"],
setup_requires=[],
install_requires=["reynir>=3.3.0", "icegrams>=1.1.0", "typing_extensions"],
install_requires=["reynir>=3.4.0", "icegrams>=1.1.0", "typing_extensions"],
# Set up a 'correct' command ('correct.exe' on Windows),
# which calls main() in src/reynir-correct/main.py
entry_points={
Expand Down

0 comments on commit 74a5838

Please sign in to comment.