card-labeler / pyproject.toml
Philipp Zettl
init commit
25e2635
raw
history blame contribute delete
464 Bytes
[project]
name = "card-labeler"
version = "0.1.0"
description = ""
authors = [
{name = "Philipp Zettl"}
]
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"gradio (>=5.23.3,<6.0.0)",
"ijson (>=3.3.0,<4.0.0)",
"tqdm (>=4.67.1,<5.0.0)",
"datasets (>=3.5.0,<4.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.requires-plugins]
poetry-plugin-export = ">=1.8"