Files
filmsim/pyproject.toml
2025-06-05 21:06:50 -04:00

18 lines
361 B
TOML

[project]
name = "filmsim"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"colour-science>=0.4.6",
"imageio>=2.37.0",
"jupyter>=1.1.1",
"jupyterlab>=4.4.3",
"numpy>=2.2.6",
"pillow>=11.2.1",
"rawpy>=0.25.0",
"scipy>=1.15.3",
"warp-lang>=1.7.2",
]