From da85a7f61fa44cb2147220a3bc9cbfb38e0d234f Mon Sep 17 00:00:00 2001 From: Marius Ciepluch <11855163+norandom@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:26:38 +0200 Subject: [PATCH] added onnx export lib --- dependencies/requirements.gpu.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dependencies/requirements.gpu.txt b/dependencies/requirements.gpu.txt index 7f24e0e..69f3e50 100644 --- a/dependencies/requirements.gpu.txt +++ b/dependencies/requirements.gpu.txt @@ -22,3 +22,7 @@ xgboost==2.0.3 stopit==1.1.2 tpot==0.12.2 umap-learn==0.5.6 +tabulate==0.9.0 +onnx==1.16.1 +skl2onnx==1.17.0 +protobuf==3.20.3