ko-review / pyproject.toml
sigmadream's picture
fix: Grado ๋ฒ„์ „ ์—…๋ฐ์ดํŠธ
adb4415
raw
history blame contribute delete
508 Bytes
[project]
name = "ko-review"
version = "0.1.0"
description = "์˜ํ™” ๋ฆฌ๋ทฐ ์ ์ˆ˜ ํŒ๋ณ„๊ธฐ - ๊ธ์ •/๋ถ€์ • ๊ฐ์„ฑ ๋ถ„์„ ๋„๊ตฌ"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"gradio",
"datasets",
"transformers",
"torch",
"pandas>=2.2.0",
"numpy>=1.26,<2.0",
"fasttext",
]
[project.optional-dependencies]
dev = []
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = []
include = ["app.py"]