ray-the-ripper/pyproject.toml

12 lines
267 B
TOML

[project]
name = "ray-the-ripper"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"matplotlib>=3.10.6",
"numpy>=2.3.2",
"opencv-python>=4.11.0.86",
"scikit-image>=0.25.2",
]