osu-everything-tools / pyproject.toml
Dan
Speed up compact ingest writes
c468957
raw
history blame contribute delete
668 Bytes
[project]
name = "osu-everything"
version = "0.1.0"
description = "Compact osu! beatmapset archive and Parquet metadata workflow for Hugging Face buckets."
readme = "README.md"
requires-python = ">=3.12"
license = { text = "MIT OR Apache-2.0" }
authors = [{ name = "osu-everything maintainers" }]
dependencies = [
"pyarrow>=15",
"zstandard>=0.22",
"datasets>=2.18",
"huggingface-hub>=0.20",
"hf_transfer>=0.1.9",
"tqdm>=4.66",
"orjson>=3.10",
]
[project.optional-dependencies]
# Reserved for future heavier probe extras.
probe = [
]
[tool.uv]
# This repo is a dataset / tooling layout, not an installable Python package.
package = false