[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"