Skip to content

Commit

Permalink
chore: Pillow absolute version to compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
uhrjun committed Dec 11, 2023
1 parent d435980 commit 56b9745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires-python = ">=3.10"
readme = "README.md"
dynamic = ["version"]
dependencies = [
"Pillow==10.0.0",
"Pillow~=10.0.0",
"opencv-python==4.8.0.76",
"python-magic==0.4.27",
]
Expand Down

1 comment on commit 56b9745

@allaLi2018
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got it ,ths for u help

Please sign in to comment.