This commit is contained in:
tlk-dsg 2021-09-28 20:33:23 +08:00
parent b8225adef3
commit baaae854a8
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(
name='deepke', # 打包后的包文件名
version='0.2.61', #版本号
version='0.2.63', #版本号
keywords=["pip", "RE","NER","AE"], # 关键字
description='DeepKE 是基于 Pytorch 的深度学习中文关系抽取处理套件。', # 说明
long_description="client", #详细说明
@ -18,7 +18,8 @@ setup(
'hydra-core==1.0.6',
'tensorboard>=2.0',
'matplotlib>=3.1',
'transformers>=2.0',
'tensorboardX>=2.4',
'transformers==3.4.0',
'jieba>=0.39',
'scikit-learn>=0.22',
'pytorch-transformers>=1.2.0',