ray-the-ripper/pyproject.toml

13 lines
267 B
TOML
Raw Normal View History

2025-08-31 13:49:25 +02:00
[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",
]