| [project] | |
| name = "portfolio" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| authors = [ | |
| { name = "kabaya", email = "[email protected]" } | |
| ] | |
| dependencies = [ | |
| "gradio==5.0.1", | |
| "transformers==4.48.3", | |
| "peft==0.15.2", | |
| ] | |
| readme = "README.md" | |
| requires-python = ">= 3.8" | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |
| [tool.rye] | |
| managed = true | |
| dev-dependencies = [] | |
| [tool.hatch.metadata] | |
| allow-direct-references = true | |
| [tool.hatch.build.targets.wheel] | |
| packages = ["src/portfolio"] | |