Improvements and notebooks
This commit is contained in:
parent
84f8456fff
commit
f6b0ba5754
34 changed files with 2668 additions and 1373 deletions
21
pyproject.toml
Normal file
21
pyproject.toml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[project]
|
||||
name = "frame"
|
||||
version = "0.1.0"
|
||||
description = "E-ink photo frame for Raspberry Pi Zero 2W"
|
||||
requires-python = ">=3.11,<3.14"
|
||||
dependencies = [
|
||||
"numpy>=1.26",
|
||||
"pillow>=10",
|
||||
"opencv-python>=4.8",
|
||||
"numba>=0.60",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
notebook = [
|
||||
"matplotlib>=3.8",
|
||||
"jupyterlab>=4.2",
|
||||
"ipykernel>=6.29",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
default-groups = ["notebook"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue