add opencv and matplotlib to package requirements

pull/218/head
KaiyangZhou 2019-08-03 17:33:26 +01:00
parent 76acdc9612
commit c809e361b7
2 changed files with 4 additions and 0 deletions

View File

@ -7,3 +7,5 @@ dependencies:
- Pillow
- six
- scipy
- opencv
- matplotlib

View File

@ -4,3 +4,5 @@ h5py
Pillow
six
scipy
opencv-python
matplotlib