From b1081e2497de48f2e4cf5a78b68c15182d1fb57b Mon Sep 17 00:00:00 2001 From: "Haoyu (Daniel)" Date: Thu, 12 Sep 2024 18:14:54 +0800 Subject: [PATCH] remove setuptools pin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48f72ab1..b7956ca6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ find = { include = ["chgnet*"], exclude = ["tests", "tests*"] } "chgnet.pretrained" = ["*", "**/*"] [build-system] -requires = ["Cython", "numpy>=2.0.0", "setuptools>=65,<70", "wheel"] +requires = ["Cython", "numpy>=2.0.0", "setuptools>=65", "wheel"] build-backend = "setuptools.build_meta" [tool.ruff]