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 923a106
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 923a106

Please sign in to comment.