diff --git a/PyTorch/Classification/ConvNets/triton/requirements.txt b/PyTorch/Classification/ConvNets/triton/requirements.txt index 5cb6aadcd..5381b6605 100644 --- a/PyTorch/Classification/ConvNets/triton/requirements.txt +++ b/PyTorch/Classification/ConvNets/triton/requirements.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. networkx==2.5 -onnx==1.8.0 +onnx==1.13.0 onnxruntime==1.5.2 pycuda>=2019.1.2 PyYAML>=5.2 diff --git a/PyTorch/Segmentation/nnUNet/triton/requirements.txt b/PyTorch/Segmentation/nnUNet/triton/requirements.txt index 5cb6aadcd..5381b6605 100644 --- a/PyTorch/Segmentation/nnUNet/triton/requirements.txt +++ b/PyTorch/Segmentation/nnUNet/triton/requirements.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. networkx==2.5 -onnx==1.8.0 +onnx==1.13.0 onnxruntime==1.5.2 pycuda>=2019.1.2 PyYAML>=5.2 diff --git a/PyTorch/SpeechSynthesis/FastPitch/triton/requirements.txt b/PyTorch/SpeechSynthesis/FastPitch/triton/requirements.txt index 15e8b04a4..72dc6693b 100644 --- a/PyTorch/SpeechSynthesis/FastPitch/triton/requirements.txt +++ b/PyTorch/SpeechSynthesis/FastPitch/triton/requirements.txt @@ -13,7 +13,7 @@ # limitations under the License. networkx==2.5 numpy -onnx==1.8.0 +onnx==1.13.0 onnxruntime==1.5.2 pycuda>=2019.1.2 PyYAML>=5.2 diff --git a/TensorFlow/Classification/ConvNets/triton/requirements.txt b/TensorFlow/Classification/ConvNets/triton/requirements.txt index c186ee28d..763f91d0c 100644 --- a/TensorFlow/Classification/ConvNets/triton/requirements.txt +++ b/TensorFlow/Classification/ConvNets/triton/requirements.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. networkx==2.5 -onnx>=1.8.0 +onnx>=1.13.0 onnxruntime>=1.9.0 pycuda>=2019.1.2 PyYAML>=5.2