forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ONNX] Pin Python dependencies (openvinotoolkit#6102)
* Pin Python dependencies * Pin Python dependencies * Update dependency versions * Remove merge artifact
- Loading branch information
1 parent
52d9b81
commit 653fe82
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters