fix utils not find bug

This commit is contained in:
lightsmile 2019-04-14 14:32:31 +08:00
parent cf5131d602
commit a03480fa42
6 changed files with 1 additions and 2 deletions

View File

View File

View File

View File

View File

@ -5,5 +5,4 @@ pytorch_crf==0.7.0
scikit_learn==0.20.2
revtok
jieba
gensim
regex

View File

@ -9,7 +9,7 @@ with open('./requirements.txt', 'r', encoding='utf8') as f:
setup(
name='lightKG',
version='0.1.0.0',
version='0.1.0.1',
description="lightsmile's knowledge graph library",
author='lightsmile',
author_email='iamlightsmile@gmail.com',