From 41ade06f16353cf5d33affff2c1320785c6cc708 Mon Sep 17 00:00:00 2001 From: Ryan Taylor Date: Sat, 16 Dec 2023 11:02:30 +0000 Subject: [PATCH] build requirements --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8530e9e..401e7d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [build-system] -requires = ["setuptools", "wheel"] +requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] -name = "dropgrad_dingo-actual" +name = "dropgrad_dingo_actual" version = "0.1.0" dependencies = ["pytorch"] authors = [