File size: 436 Bytes
eb106c6
 
 
 
 
 
 
 
 
 
e45c778
eb106c6
 
8d95b96
e45c778
eb106c6
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[project]
name = "layerdivider"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
    "gradio==5.6.0",
    "gradio-client==1.4.3",
    "numba>=0.61.0",
    "numpy==1.26.4",
    "opencv-python>=4.11.0.86",
    "pillow>=11.1.0",
    "pydantic==2.10.6",
    "pytoshop-whl==0.1.2",
    "scikit-image>=0.25.1",
    "scikit-learn>=1.6.1",
    "setuptools>=75.8.0",
]