update requires.
This commit is contained in:
parent
e5a588d38f
commit
194ac0210a
@ -1,4 +1,4 @@
|
||||
text2vec>=1.1.4
|
||||
text2vec>=1.1.5
|
||||
jieba>=0.39
|
||||
loguru
|
||||
transformers>=4.6.0
|
||||
|
7
setup.py
7
setup.py
@ -41,14 +41,15 @@ setup(
|
||||
],
|
||||
keywords='similarities,Chinese Text Similarity Calculation Tool,similarity,word2vec',
|
||||
install_requires=[
|
||||
"text2vec>=1.1.4",
|
||||
"text2vec>=1.1.5",
|
||||
"transformers>=4.6.0",
|
||||
"jieba>=0.39",
|
||||
"loguru",
|
||||
"Pillow",
|
||||
# 'pytrec_eval',
|
||||
# "hnswlib",
|
||||
'pytrec_eval',
|
||||
"hnswlib",
|
||||
# "opencv-python",
|
||||
# "annoy",
|
||||
],
|
||||
packages=find_packages(),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user