Fix installing requirements with pip and mim (#242)

* add requirements

* add requirements
pull/244/head
RangiLyu 2021-05-27 15:59:13 +08:00 committed by GitHub
parent 1aa86fbda9
commit c9d151e757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
include requirements/*.txt
include mmocr/model_zoo.yml
recursive-include mmocr/configs *.py *.yml
recursive-include mmocr/tools *.sh *.py

View File

@ -4,6 +4,8 @@ lmdb
matplotlib
numba>=0.45.1
numpy
Polygon3
pyclipper
rapidfuzz
scikit-image
six