From 0810d1da0e9fd97ec28e7e511002468dba67bf52 Mon Sep 17 00:00:00 2001 From: Jonathan Walker Date: Thu, 29 Aug 2024 13:44:21 -0400 Subject: [PATCH] test: dont install onnx --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9e0e6eec..25eacb9b 100644 --- a/tox.ini +++ b/tox.ini @@ -52,7 +52,7 @@ deps = tests: nbconvert tests: nbformat tests: torch - tests: onnx +# tests: onnx # tests: h2o # tests: tensorflow # tests: lightgbm ; platform_system != "Darwin" # lightgmb seems to have build issues on MacOS