Skip to content

Commit

Permalink
Merge pull request #22 from andrea-w-wang/master
Browse files Browse the repository at this point in the history
Specify tensorflow version in readme and setup.py.
  • Loading branch information
emfomy committed May 11, 2020
2 parents 6605fcd + 616856f commit 2a76a3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Requirements

* `Python <https://www.python.org>`_ 3.6+
* `TreeLib <https://treelib.readthedocs.io>`_ 1.5+

* `Tensorflow <https://www.tensorflow.org/>`_ 1.15
* `CkipTagger <https://pypi.org/project/ckiptagger>`_ 0.1.1+ [Optional, Recommended]
* `CkipClassic <https://ckip-classic.readthedocs.io>`_ 1.0+ [Optional]

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def main():
'appdirs>=1.4.3',
'numpy>=1.18',
'treelib>=1.5.5',
'tensorflow==1.15'
],
extras_require={
# 'classic': ['ckip-classic>=1.0'],
Expand Down

0 comments on commit 2a76a3e

Please sign in to comment.