[Convnets/TF] Bumped onnx dependencies

This commit is contained in:
Lukasz Pierscieniewski 2021-10-07 12:05:16 +02:00 committed by Krzysztof Kudrynski
parent f24917b3ee
commit 61bcab7a0e

View file

@ -13,8 +13,8 @@
# limitations under the License.
networkx==2.5
numpy<1.20.0,>=1.16.0 # # numpy 1.20+ requires py37+
onnx==1.8.0
onnxruntime==1.6.0
onnx>=1.8.0
onnxruntime>=1.9.0
pycuda>=2019.1.2
PyYAML>=5.2
tqdm>=4.44.1