lingzhi227 commited on
Commit
73d44d3
·
verified ·
1 Parent(s): 01c7a5b

Upload pyproject.toml with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
+ ]