navred61's picture
copied from private space
99a41ea
raw
history blame contribute delete
516 Bytes
[project]
name = "gradio-plant-uml"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"datasets>=3.6.0",
"fastapi>=0.115.12",
"flask>=3.1.1",
"gradio[mcp]>=5.33.0",
"graphviz>=0.20.3",
"matplotlib>=3.10.3",
"numpy>=2.2.6",
"pandas>=2.3.0",
"plantuml>=0.3.0",
"polars>=1.30.0",
"py2puml>=0.10.0",
"pyan3>=1.2.0",
"requests>=2.32.3",
"scikit-learn>=1.7.0",
"transformers>=4.52.4",
]