From dbfb5e70d33d96465c96ba59e4f62efd98dbdd64 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"