File size: 256 Bytes
73d44d3 | 1 2 3 4 5 6 7 8 9 10 11 | [project]
name = "extended-bio-agent-benchmark"
version = "0.1.0"
description = "Extended tasks for benchmarking agentic LLMs in bioinformatics"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"click>=8.1.7",
"requests>=2.32.4",
]
|