File size: 340 Bytes
1b579d5
 
 
 
 
 
 
 
 
 
 
 
 
 
0576ff5
1b579d5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[project]
name = "azure"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.10"
dependencies = [
    "benchmarkfcns==1.0.0",
    "gradio>=5.34.0",
    "matplotlib>=3.10.3",
    "numpy==1.26.0",
    "pytorch-lightning==2.5.1",
    "scipy>=1.15.3",
    "torch>=2.7.1",
    "torchvision>=0.22.1",
    "scipy"
]