add new dither methods
This commit is contained in:
@ -4,13 +4,13 @@ version = "0.1.0"
|
||||
description = "Process images for Waveshare E6 display"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = ["pillow>=12.1.1"]
|
||||
dependencies = ["numpy>=2.0", "pillow>=12.1.1"]
|
||||
|
||||
[dependency-groups]
|
||||
dev = ["ruff"]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 150
|
||||
line-length = 180
|
||||
target-version = "py313"
|
||||
|
||||
[tool.ruff.lint]
|
||||
|
||||
Reference in New Issue
Block a user