[project] | |
name = "simple-calculator" | |
version = "0.1.0" | |
description = "Add your description here" | |
readme = "README.md" | |
requires-python = ">=3.12" | |
dependencies = [ | |
"diffusers>=0.33.1", | |
"gradio[mcp]>=5.32.1", | |
"icecream>=2.1.4", | |
"mcp>=1.9.0", | |
"modal>=1.0.2", | |
"torch>=2.7.1", | |
] | |