[Python API] Fixate requirements versions (#830)

This commit is contained in:
Anastasia Kuporosova 2020-06-09 08:49:49 +03:00 committed by GitHub
parent 6a60f93af0
commit e91453e006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View File

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

View File

@ -1,6 +1,4 @@
opencv-python
numpy
cython>=0.29
cython==0.29.17
pytest==4.0.1
attrs==19.1.0
pytest-html==1.19.0