Skip to content

Commit

Permalink
Merge pull request #154 from tensorlayer/requirements
Browse files Browse the repository at this point in the history
Requirements
  • Loading branch information
luomai committed Nov 15, 2018
2 parents 66d767f + 43060b1 commit 00ca69b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cython
numpy
easydict
opencv-python
tensorflow
tensorlayer>=1.11.0
nltk # required by tensorlayer
cython>=0.29
numpy>=1.14,<1.16
easydict>=1.8,<=1.10
opencv-python>=3.4,<3.5
tensorflow>=1.8.0,<=1.12.0
tensorlayer>=1.11.1
nltk>=3.3,<3.4
# pycocotools # must be installed after cython and numpy are installed

0 comments on commit 00ca69b

Please sign in to comment.