jee-neet-benchmark / pyproject.toml
Reja1's picture
Migrate from pip to uv for dependency management
b5a5090
[project]
name = "jee-neet-benchmark"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"datasets==3.5.1",
"huggingface-hub==0.30.2",
"pillow==11.2.1",
"pytest==9.0.2",
"python-dotenv==1.1.0",
"pyyaml==6.0.2",
"requests==2.32.3",
"tenacity==9.1.2",
"tqdm==4.67.1",
]