faster-layerdivider / pyproject.toml
sk-uma's picture
downgrade numpy
e45c778
raw
history blame contribute delete
436 Bytes
[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",
]