File size: 516 Bytes
99a41ea
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[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",
]