File size: 297 Bytes
786878d
 
 
 
 
 
 
b63b631
97d1c73
b63b631
a387721
b63b631
 
786878d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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",
]