diff --git a/texture_baker/pyproject.toml b/texture_baker/pyproject.toml new file mode 100644 index 0000000..c8f7f2d --- /dev/null +++ b/texture_baker/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools>=61", "wheel", "torch"] +build-backend = "setuptools.build_meta" diff --git a/uv_unwrapper/pyproject.toml b/uv_unwrapper/pyproject.toml new file mode 100644 index 0000000..c8f7f2d --- /dev/null +++ b/uv_unwrapper/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools>=61", "wheel", "torch"] +build-backend = "setuptools.build_meta"