From 578df1586b6a3002af17041cd19a541bfc6270a2 Mon Sep 17 00:00:00 2001 From: Matthew Douglas <38992547+matthewdouglas@users.noreply.github.com> Date: Fri, 23 Feb 2024 13:26:12 -0500 Subject: [PATCH] testing --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f6d373aea..0eaad9891 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools >= 64.0.0"] +requires = ["setuptools >= 63.0.0"] build-backend = "setuptools.build_meta" [project] @@ -45,7 +45,7 @@ dependencies = [ [project.optional-dependencies] benchmark = ["pandas", "matplotlib"] docs = ["hf-doc-builder", "black"] -xdev = [ +dev = [ "bitsandbytes[test]", "build", "ruff",