From f467ff5b921344b9a5beb2027805e824611fe63a Mon Sep 17 00:00:00 2001 From: anton-l Date: Sat, 24 Sep 2022 18:32:09 +0200 Subject: [PATCH] [CI] Fix onnxruntime installation order --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index e2311b13a25e..20c9ea61f5f2 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,6 @@ "jaxlib>=0.1.65,<=0.3.6", "modelcards>=0.1.4", "numpy", - "onnxruntime", "onnxruntime-gpu", "pytest", "pytest-timeout", @@ -179,7 +178,6 @@ def run(self): extras["training"] = deps_list("accelerate", "datasets", "tensorboard", "modelcards") extras["test"] = deps_list( "datasets", - "onnxruntime", "onnxruntime-gpu", "pytest", "pytest-timeout",