aramt5 / pyproject.toml
crossroderick's picture
Initial commit
a4462f5
raw
history blame contribute delete
505 Bytes
[project]
name = "AramT5"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"black>=26.3.1",
"datasets==4.7.0",
"evaluate==0.4.6",
"huggingface-hub>=0.36.2",
"isort>=8.0.1",
"sentencepiece==0.2.0",
"torch==2.7.0",
"tqdm==4.67.1",
"transformers==4.51.2",
]
[tool.uv.workspace]
members = [
".",
]
[tool.uv.sources]
aramt5 = { workspace = true }
[dependency-groups]
dev = [
"aramt5",
]