Skip to content

Commit

Permalink
dependency update: frog >= 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jan 3, 2023
1 parent 837e9dc commit 88b125c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

setup(
name = 'python-frog',
version = '0.6.1', #also ensure UCTODATAVERSION and FROGDATAVERSION are good in frog_wrapper.pyx
version = '0.6.2', #also ensure UCTODATAVERSION and FROGDATAVERSION are good in frog_wrapper.pyx
author = "Maarten van Gompel",
author_email = "[email protected]",
description = ("Python binding to FROG, an NLP suite for Dutch doing part-of-speech tagging, lemmatisation, morphological analysis, named-entity recognition, shallow parsing, and dependency parsing."),
Expand All @@ -66,7 +66,7 @@
url = "https://github.com/proycon/python-frog",
ext_modules = extensions,
cmdclass = {'build_ext': build_ext},
requires = ['frog (>=0.25)'],
requires = ['frog (>=0.26)'],
install_requires=['Cython'],
data_files = [("sources",["frog_wrapper.pyx"])],
classifiers=[
Expand Down

0 comments on commit 88b125c

Please sign in to comment.