From 07ef587c65e5ee4a72a76ee4c904e4fc364ad68e Mon Sep 17 00:00:00 2001 From: baominghelly <41820386+baominghelly@users.noreply.github.com> Date: Sat, 21 Oct 2023 02:58:32 +0800 Subject: [PATCH] Change onnx-simplifier to onnxsim to resolve build issue on xpu (#164) --- pyinfinitensor/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinfinitensor/pyproject.toml b/pyinfinitensor/pyproject.toml index 5b09e91e..99d5206b 100644 --- a/pyinfinitensor/pyproject.toml +++ b/pyinfinitensor/pyproject.toml @@ -12,7 +12,7 @@ requires-python = ">=3.7" keywords = ["optimizer"] license = { text = "Apache" } classifiers = ["Programming Language :: Python :: 3"] -dependencies = ["onnx","onnx-simplifier"] +dependencies = ["onnx","onnxsim"] [tool.setuptools.packages.find] where = ["src"]