Fix versions (#3027)
Have some concerns on numpy version, probably should be revisited further
This commit is contained in:
parent
e0d25e492f
commit
046183251a
@ -1,2 +1,2 @@
|
|||||||
numpy
|
numpy==1.19.4
|
||||||
typing; python_version < '3.6'
|
typing; python_version < '3.6'
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
flake8
|
flake8==3.8.4
|
||||||
flake8-comprehensions
|
flake8-comprehensions==3.3.0
|
||||||
flake8-docstrings
|
flake8-docstrings==1.5.0
|
||||||
flake8-quotes
|
flake8-quotes==3.2.0
|
||||||
onnx
|
onnx==1.7.0
|
||||||
pydocstyle
|
pydocstyle==5.1.1
|
||||||
pytest
|
pytest==6.1.2
|
||||||
retrying
|
retrying==1.3.3
|
||||||
tox
|
tox==3.20.1
|
||||||
wheel
|
wheel==0.34.2
|
||||||
|
Loading…
Reference in New Issue
Block a user