From aec98e69856355263d55408a4939a22fbf01dc6c Mon Sep 17 00:00:00 2001 From: Smasky <492109831@qq.com> Date: Thu, 18 Apr 2024 23:45:41 +0800 Subject: [PATCH] 'musllinux' --- pyproject.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index affb0b66..0fb0fe6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,12 @@ [build-system] requires = [ "setuptools", + "scipy", "wheel", - "Cython>=3.0.10", - "pybind11>=2.6", + "Cython", + "pybind11", "numpy", - "scipy", + ] build-backend = "setuptools.build_meta" @@ -18,8 +19,8 @@ authors = [ {name="wmtSky", email="wmtsky@hhu.edu.cn"} ] dependencies = [ - "numpy>=1.20.3", - "scipy>=1.10.1", + "numpy", + "scipy", ]