Skip to content

Commit ea11f96

Browse files
committed
Use the latest perin-parser
(cherry picked from commit 940b63c) (cherry picked from commit 6b520a3)
1 parent 19eb659 commit ea11f96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hanlp/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Author: hankcs
33
# Date: 2019-12-28 19:26
44

5-
__version__ = '2.1.0-beta.21'
5+
__version__ = '2.1.0-beta.22'
66
"""HanLP version"""
77

88

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'amr': [
1616
'penman==1.2.1',
1717
'networkx>=2.5.1',
18-
'perin-parser==0.0.2',
18+
'perin-parser>=0.0.10',
1919
],
2020
'tf': [
2121
'fasttext-wheel==0.9.2',

0 commit comments

Comments
 (0)