Upload pyproject.toml with huggingface_hub
Browse files- pyproject.toml +10 -0
pyproject.toml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[project]
|
| 2 |
+
name = "extended-bio-agent-benchmark"
|
| 3 |
+
version = "0.1.0"
|
| 4 |
+
description = "Extended tasks for benchmarking agentic LLMs in bioinformatics"
|
| 5 |
+
readme = "README.md"
|
| 6 |
+
requires-python = ">=3.10"
|
| 7 |
+
dependencies = [
|
| 8 |
+
"click>=8.1.7",
|
| 9 |
+
"requests>=2.32.4",
|
| 10 |
+
]
|