Skip to content

Commit

Permalink
Fix phrasetree fix: #1886
Browse files Browse the repository at this point in the history
  • Loading branch information
hankcs committed Mar 23, 2024
1 parent 785bed5 commit dfd8d5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hanlp/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Author: hankcs
# Date: 2019-12-28 19:26

__version__ = '2.1.0-beta.56'
__version__ = '2.1.0-beta.57'
"""HanLP version"""


Expand Down
4 changes: 2 additions & 2 deletions plugins/hanlp_common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='hanlp_common',
version='0.0.19',
version='0.0.20',
description='HanLP: Han Language Processing',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -32,7 +32,7 @@
packages=find_packages(exclude=['docs', 'tests*']),
include_package_data=True,
install_requires=[
'phrasetree',
'phrasetree>=0.0.9',
],
extras_require={
# These AMR dependencies might not be necessary for most people.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
'transformers>=4.1.1',
'sentencepiece>=0.1.91', # Essential for tokenization_bert_japanese
'torch>=1.6.0',
'hanlp-common>=0.0.19',
'hanlp-common>=0.0.20',
'hanlp-trie>=0.0.4',
'hanlp-downloader',
*TOKENIZERS,
Expand Down

0 comments on commit dfd8d5e

Please sign in to comment.