From 1b35ebfb32732403d0823699dae794d38180b11f Mon Sep 17 00:00:00 2001 From: daniels290813 Date: Tue, 29 Jul 2025 13:41:53 +0300 Subject: [PATCH] update --- onnx_utils/function.yaml | 1 - onnx_utils/item.yaml | 1 - onnx_utils/requirements.txt | 3 +-- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/onnx_utils/function.yaml b/onnx_utils/function.yaml index af3d5082..4c272e08 100644 --- a/onnx_utils/function.yaml +++ b/onnx_utils/function.yaml @@ -23,7 +23,6 @@ spec: - onnxoptimizer~=0.3.13 - onnxmltools~=1.13.0 - tf2onnx~=1.16.1 - - plotly~=5.4.0 with_mlrun: false auto_build: true disable_auto_mount: false diff --git a/onnx_utils/item.yaml b/onnx_utils/item.yaml index ba65ce91..b2298661 100644 --- a/onnx_utils/item.yaml +++ b/onnx_utils/item.yaml @@ -37,6 +37,5 @@ spec: - onnxoptimizer~=0.3.13 - onnxmltools~=1.13.0 - tf2onnx~=1.16.1 - - plotly~=5.4.0 url: '' version: 1.3.0 diff --git a/onnx_utils/requirements.txt b/onnx_utils/requirements.txt index 9e1a7565..a97a28a5 100644 --- a/onnx_utils/requirements.txt +++ b/onnx_utils/requirements.txt @@ -7,5 +7,4 @@ onnx~=1.17.0 onnxruntime~=1.19.2 onnxoptimizer~=0.3.13 onnxmltools~=1.13.0 -tf2onnx~=1.16.1 -plotly~=5.4.0 +tf2onnx~=1.16.1 \ No newline at end of file