[Python API] requirements (#1804)

* [Python API] requirements

* add setuptools

* revert commit
This commit is contained in:
Anastasia Kuporosova
2020-12-16 17:06:32 +03:00
committed by GitHub
parent 95f531e9e0
commit 676bd8a861
3 changed files with 5 additions and 5 deletions
@@ -1,2 +1,2 @@
numpy==1.16.3
cython==0.29.17
numpy>=1.16.3
cython>=0.29.17
@@ -1,2 +1,2 @@
opencv-python==3.4.4.19
numpy==1.16.3
opencv-python>=3.4.4.19
numpy>=1.16.3
@@ -1,4 +1,4 @@
opencv-python==3.4.4.19
opencv-python>=3.4.4.19
pytest==4.0.1
attrs==19.1.0
pytest-html==1.19.0