From ced469955000b84312fabd8385a1e652a9b2cd8f Mon Sep 17 00:00:00 2001 From: Daniel Han-Chen Date: Thu, 30 Nov 2023 17:08:40 +1100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 09208daed0..84ad6cb509 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,10 +25,7 @@ classifiers = [ [tool.setuptools.dynamic] version = {attr = "unsloth.__version__"} dependencies = {file = ["requirements.txt"]} -optional-dependencies = [ - {cu118 = { file = ["requirements_cu118.txt"] }}, - {cu121 = { file = ["requirements_cu121.txt"] }}, -] +optional-dependencies = {cu118 = { file = ["requirements_cu118.txt"] }} [project.urls] homepage = "http://www.unsloth.ai"