Arviano commited on
Commit
216b040
·
1 Parent(s): 92243e8

Add project metadata and lockfile with XDL deps

Browse files
Files changed (2) hide show
  1. pyproject.toml +14 -0
  2. uv.lock +0 -0
pyproject.toml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "xdl-colitis-demo"
3
+ version = "0.1.0"
4
+ description = "Add your description here"
5
+ readme = "README.md"
6
+ requires-python = ">=3.10"
7
+ dependencies = [
8
+ "grad-cam>=1.5.5",
9
+ "gradio>=6.5.1",
10
+ "numpy>=2.2.6",
11
+ "opencv-python>=4.13.0.92",
12
+ "torch>=2.10.0",
13
+ "torchvision>=0.25.0",
14
+ ]
uv.lock ADDED
The diff for this file is too large to render. See raw diff