requirements

This commit is contained in:
Daniel Han-Chen 2023-11-30 17:05:49 +11:00
commit fff760cdc4
3 changed files with 4 additions and 0 deletions

View file

@ -25,6 +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"] },
}
[project.urls]
homepage = "http://www.unsloth.ai"