1 2 3 4 5 6 7 8 9 10 11 12 13
--- pyproject.toml.orig 2022-11-09 12:37:21 UTC +++ pyproject.toml @@ -1,8 +1,8 @@ requires = [ [build-system] requires = [ "scikit-build-core", - "pybind11<3", - "numpy>=2.0.1" + "pybind11", + "numpy>=1.25" ] build-backend = "scikit_build_core.build"