Spaces:
Runtime error
Runtime error
| [project] | |
| name = "final-assignment-template" | |
| version = "0.1.0" | |
| description = "My attempt to the final assignment of hugging face's agents course" | |
| authors = [ | |
| {name = "Angelo Mosquera",email = "anggelomos@outlook.com"} | |
| ] | |
| readme = "README.md" | |
| requires-python = ">=3.10,<4.0" | |
| dependencies = [ | |
| "gradio[oauth] (>=5.39.0,<6.0.0)", | |
| "requests (>=2.32.4,<3.0.0)", | |
| "python-dotenv (>=1.1.1,<2.0.0)", | |
| "langchain-community (>=0.3.27,<0.4.0)", | |
| "langgraph (>=0.5.4,<0.6.0)", | |
| "rank-bm25 (>=0.2.2,<0.3.0)", | |
| "langchain-google-genai (>=2.1.8,<3.0.0)", | |
| "pandas (>=2.0.0,<3.0.0)", | |
| "openpyxl (>=3.0.0,<4.0.0)", | |
| "duckduckgo-search (>=8.1.1,<9.0.0)", | |
| "ddgs (>=9.4.3,<10.0.0)", | |
| "langchain-openai (>=0.3.28,<0.4.0)", | |
| "beautifulsoup4 (>=4.13.4,<5.0.0)", | |
| ] | |
| [tool.poetry] | |
| package-mode = false | |
| [tool.poetry.group.dev.dependencies] | |
| flake8 = "^7.3.0" | |
| ruff = "^0.12.5" | |
| [build-system] | |
| requires = ["poetry-core>=2.0.0,<3.0.0"] | |
| build-backend = "poetry.core.masonry.api" | |