From 3dd7492f49b46fb8c2973b63a7e073ca0b44ba66 Mon Sep 17 00:00:00 2001 From: Amit Moryossef Date: Sat, 11 Jun 2022 09:19:14 +0200 Subject: [PATCH] fix(requirements): lock onnx version --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 917f0b4..b7453ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ tensorflow numpy torch torchvision -onnx -onnx2keras \ No newline at end of file +onnx==1.8.1 +onnx2keras