From af35ff9a7fbf015a86092cee3b6a737a7c4c84cc Mon Sep 17 00:00:00 2001 From: Anwai Archit <52396323+anwai98@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:41:39 +0100 Subject: [PATCH] Update legacy editable install for torch_em (#346) --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..a458c4d6 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools>=64.0", "wheel"] +build-backend = "setuptools.build_meta"