| [project] | |
| name = "bamboo-1" | |
| version = "0.1.0" | |
| description = "Vietnamese Dependency Parser trained on UDD-1 dataset" | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "torch>=2.0.0", | |
| "datasets>=2.14.0", | |
| "click>=8.0.0", | |
| "underthesea>=9.2.0", | |
| "transformers>=4.30.0", | |
| "tqdm>=4.60.0", | |
| "numpy>=1.24.0", | |
| "python-dotenv>=1.0.0", | |
| "wandb>=0.15.0", | |
| "huggingface_hub>=0.20.0", | |
| ] | |
| [project.optional-dependencies] | |
| dev = [ | |
| "pytest>=7.0.0", | |
| "wandb>=0.15.0", | |
| ] | |
| cloud = [ | |
| "runpod>=1.6.0", | |
| ] | |
| adapters = [ | |
| "adapters>=0.1.0", | |
| ] | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |
| [tool.hatch.build.targets.wheel] | |
| packages = ["src"] | |