[Python API] Fixate requirements (#905)

This commit is contained in:
Anastasia Kuporosova
2020-06-12 12:06:11 +03:00
committed by GitHub
parent 259a4c25ce
commit 30ab6534e1
3 changed files with 5 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
numpy
cython>=0.29
numpy==1.13.3
cython==0.29.17

View File

@@ -1,2 +1,2 @@
opencv-python==3.4.4
numpy==1.18.1
opencv-python==3.4.4.19
numpy==1.13.3

View File

@@ -1,4 +1,4 @@
cython==0.29.17
opencv-python==3.4.4.19
pytest==4.0.1
attrs==19.1.0
pytest-html==1.19.0