Skip to content

Commit 88b125c

Browse files
committed
dependency update: frog >= 0.26
1 parent 837e9dc commit 88b125c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
setup(
5959
name = 'python-frog',
60-
version = '0.6.1', #also ensure UCTODATAVERSION and FROGDATAVERSION are good in frog_wrapper.pyx
60+
version = '0.6.2', #also ensure UCTODATAVERSION and FROGDATAVERSION are good in frog_wrapper.pyx
6161
author = "Maarten van Gompel",
6262
author_email = "[email protected]",
6363
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."),
@@ -66,7 +66,7 @@
6666
url = "https://github.com/proycon/python-frog",
6767
ext_modules = extensions,
6868
cmdclass = {'build_ext': build_ext},
69-
requires = ['frog (>=0.25)'],
69+
requires = ['frog (>=0.26)'],
7070
install_requires=['Cython'],
7171
data_files = [("sources",["frog_wrapper.pyx"])],
7272
classifiers=[

0 commit comments

Comments
 (0)