Commit V1.0

This commit is contained in:
2025-06-05 21:05:56 -04:00
commit 0a93e9c664
80 changed files with 4829 additions and 0 deletions

17
pyproject.toml Normal file
View File

@ -0,0 +1,17 @@
[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",
]