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