diff --git a/pyproject.toml b/pyproject.toml index 1752bb7c..746cdc61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ find = { include = ["chgnet*"], exclude = ["tests", "tests*"] } [build-system] requires = [ "Cython", - "setuptools>=65,<70", + "setuptools>=65", "wheel", "numpy>=2.0.0rc1", ]