diff --git a/pyproject.toml b/pyproject.toml index 0c588bdfd..c1e0c99c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,6 @@ [build-system] requires = [ "scikit-build-core", - "nanobind @ git+https://github.com/wjakob/nanobind@master", - "drjit @ git+https://github.com/mitsuba-renderer/drjit@master", "typing_extensions" ] build-backend = "scikit_build_core.build"