Spaces:
Runtime error
Runtime error
File size: 638 Bytes
8fa2802 01bf518 8fa2802 01bf518 8fa2802 01bf518 8fa2802 01bf518 8fa2802 |
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 |
[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"
|