oh-my-dear-ai's picture
fix(gradio): change version from 4.31.3 to 4.38.1
96da083
raw
history blame
368 Bytes
[tool.poetry]
name = "hpma-herbologist-almanac-checklist"
version = "0.1.0"
description = ""
authors = ["Admin <channingwang2018@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
gradio = "4.38.1"
uvicorn = "^0.30.6"
plotly = "^5.24.0"
pytz = "^2024.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"