diff --git a/TensorFlow/Classification/ConvNets/triton/requirements.txt b/TensorFlow/Classification/ConvNets/triton/requirements.txt index c448a380..afad186e 100644 --- a/TensorFlow/Classification/ConvNets/triton/requirements.txt +++ b/TensorFlow/Classification/ConvNets/triton/requirements.txt @@ -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