Commit V1.0
This commit is contained in:
17
pyproject.toml
Normal file
17
pyproject.toml
Normal 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",
|
||||
]
|
Reference in New Issue
Block a user