From ec7350a3ac393f076836c1620790ab4ade818d11 Mon Sep 17 00:00:00 2001 From: Ewan Miller Date: Fri, 20 Sep 2024 17:32:09 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 381d1c0..d048374 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["scikit-build-core", "pybind11", "torch*cpu"] +requires = ["scikit-build-core", "pybind11", "torch == *cpu"] build-backend = "scikit_build_core.build" [project]