Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
yana-xuyan committed Apr 4, 2020
1 parent a28d594 commit e80c014
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="caireCovid",
version="0.0.5",
version="0.0.6",
author="Yan Xu",
author_email="[email protected]",
description="system for covid-19.",
Expand All @@ -29,6 +29,8 @@
# for XLNet
"sentencepiece",
"jsonlines",
# for QA sentence split
"nltk",
],
python_requires='>=3.6',
)

0 comments on commit e80c014

Please sign in to comment.