racing-gears / pyproject.toml
tobil's picture
cleanup: remove temp files, fix find_label_issues.py guard
259a090 unverified
raw
history blame contribute delete
389 Bytes
[project]
name = "2026-03-30-datasets-tobil"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"cleanlab>=2.9.0",
"datasets>=4.8.4",
"huggingface-hub>=1.8.0",
"pandas>=3.0.1",
"pillow>=12.1.1",
"pyarrow>=23.0.1",
"scikit-learn>=1.8.0",
"torch>=2.11.0",
"torchvision>=0.26.0",
]