Skip to content

Commit

Permalink
[ONNX] Pin Python dependencies (openvinotoolkit#6102)
Browse files Browse the repository at this point in the history
* Pin Python dependencies

* Pin Python dependencies

* Update dependency versions

* Remove merge artifact
  • Loading branch information
postrational authored Jun 24, 2021
1 parent 52d9b81 commit 653fe82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 5 additions & 2 deletions ngraph/python/requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
flake8==3.9.0
flake8==3.9.2
flake8-bugbear==21.4.3
flake8-comprehensions==3.3.0
flake8-docstrings==1.6.0
flake8-quotes==3.2.0
mypy==0.812
onnx==1.8.1
pydocstyle==5.1.1
pytest-xdist==2.2.1
pytest==6.1.2
retrying==1.3.3
tox==3.23.0
tox==3.23.1
wheel==0.36.2
3 changes: 0 additions & 3 deletions ngraph/python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ skip_install=True
deps =
-rrequirements.txt
-rrequirements_test.txt
mypy<0.900
flake8-bugbear
pytest-xdist
setenv =
NGRAPH_BACKEND = {env:NGRAPH_BACKEND:"CPU"}
PYTHONPATH = {env:PYTHONPATH}
Expand Down

0 comments on commit 653fe82

Please sign in to comment.