Update pyproject.toml

This commit is contained in:
Daniel Han-Chen 2023-11-30 17:10:10 +11:00
parent ced4699550
commit be49b5e104

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "unsloth"
dynamic = ["version", "dependencies"]
dynamic = ["version", "dependencies", "optional-dependencies"]
description = "2X faster LLM finetuning"
readme = "README.md"
requires-python = ">=3.9"