Updated requirements (#7397)

This commit is contained in:
Ilya Sharikov 2021-09-13 08:50:23 +03:00 committed by GitHub
parent f1f737636e
commit f44369ce4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 9 deletions

View File

@ -1,4 +1,5 @@
pytest>=6.2.1
pytest-dependency==0.5.1 pytest-dependency==0.5.1
PyYAML PyYAML>=5.4.1
numpy numpy>=1.16.6
pytest-html pytest-html>=1.19.0

View File

@ -1,7 +1,7 @@
pymongo pymongo>=3.12.0
Jinja2 Jinja2>=2.11.2
PyYAML PyYAML>=5.4.1
fastjsonschema~=2.15.1 fastjsonschema~=2.15.1
pandas pandas>=1.1.5
h5py<3.0.0 # WA for OMZ Keras models. Details: https://github.com/openvinotoolkit/open_model_zoo/issues/1806 h5py<3.0.0 # WA for OMZ Keras models. Details: https://github.com/openvinotoolkit/open_model_zoo/issues/1806

View File

@ -4,5 +4,5 @@ PyYAML==5.4.1
jsonschema==3.2.0 jsonschema==3.2.0
distro==1.5.0 distro==1.5.0
numpy>=1.19.2 numpy>=1.19.2
pymongo pymongo>=3.12.0
pytest-html pytest-html>=1.19.0