Commit 5ea2bf5f authored by Deep-unlearning's avatar Deep-unlearning
Browse files

put torch in requires

parent 9a54b8e4
# ---------- pyproject.toml ---------- # ---------- pyproject.toml ----------
[build-system] [build-system]
requires = ["setuptools>=61.0", "wheel"] requires = ["setuptools", "wheel", "torch"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project] [project]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment