[tool.poetry] name = "chatbot-gaia" version = "0.1.0" description = "chatebot level 1 GAIA generative AI for Agriculture" authors = ["mohamed.tsouli"] readme = "README.md" packages = [{include = "chatbot_gaia"}] [tool.poetry.dependencies] python = ">=3.11,<3.13" mistralai = "^1.5.0" gradio = "^5.15.0" ipykernel = "^6.29.5" fiona = "^1.10.1" chardet = "^5.2.0" crewai = "^0.100.0" crewai-tools = "^0.33.0" pydantic = "^2.10.6" openmeteo-requests = "^1.3.0" requests-cache = "^1.2.1" retry-requests = "^2.0.0" plotly = "^6.0.0" nbformat = ">=4.2.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"