Skip to content

Commit 424ee3b

Browse files
committed
ci: relax pillow version, upgrade mkdocs-material
1 parent 278a6de commit 424ee3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"mutagen~=1.47",
1717
"numpy~=2.2",
1818
"opencv_python~=4.11",
19-
"Pillow~=11.2",
19+
"Pillow>=10.2,<=12.0",
2020
"pillow-heif~=0.22",
2121
"pillow-jxl-plugin~=1.3",
2222
"pydantic~=2.10",
@@ -34,7 +34,7 @@ dependencies = [
3434

3535
[project.optional-dependencies]
3636
dev = ["tagstudio[mkdocs,mypy,pre-commit,pyinstaller,pytest,ruff]"]
37-
mkdocs = ["mkdocs-material[imaging]==9.*"]
37+
mkdocs = ["mkdocs-material[imaging]>=9.6.14"]
3838
mypy = ["mypy==1.15.0", "mypy-extensions==1.*", "types-ujson~=5.10"]
3939
pre-commit = ["pre-commit~=4.2"]
4040
pyinstaller = ["Pyinstaller~=6.13"]

0 commit comments

Comments
 (0)