From 67f711d289a319ee4114448c069324c09efb5db6 Mon Sep 17 00:00:00 2001 From: Daniel Han-Chen Date: Thu, 30 Nov 2023 17:06:51 +1100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 43089c6c4e..09208daed0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,10 +25,10 @@ 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"] }}, + {cu121 = { file = ["requirements_cu121.txt"] }}, +] [project.urls] homepage = "http://www.unsloth.ai"