Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cyeva/core/binarize.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def level_binarize(

if not set(["max", "min"]).issubset(set(interval.keys())):
raise ValueError(
"lev_config's each interval item " "should contains 'max' and 'min' keys."
"lev_config's each interval item should contains 'max' and 'min' keys."
)

minimum = interval["min"]
Expand Down
3 changes: 1 addition & 2 deletions docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ requires-python = ">=3.11, <3.13"
[dependency-groups]
dev = [
"furo>=2024.8.6",
"sphinx-rtd-theme>=3.0.1",
"sphinx>=8.1.3",
"sphinx>=8.2.1",
]

[tool.uv]
Expand Down
Loading