Datasets:
File size: 378 Bytes
7ec89f8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | [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",
]
|