File size: 573 Bytes
78e2723
 
 
 
 
9319e6f
78e2723
 
2f2bdcf
78e2723
 
 
 
 
9319e6f
 
 
 
 
 
 
 
2f2bdcf
 
 
 
 
78e2723
2f2bdcf
 
78e2723
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[project]
name = "poetry-gaia"
version = "0.1.0"
description = "GAIA Benchmarking"
authors = [
    {name = "sharath"}
]
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gradio",
"requests",
"pandas",
"numpy",
"langgraph",
"openai",
"tqdm",
"pydantic",
"langchain",
"langchain-openai",
"serpapi",
"python-dotenv",
"google-search-results",
"langchain-huggingface",
"langchain-community",
"supabase",
"sentence-transformers"
]
[tool.poetry]
package-mode = false
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"