diff --git a/pyproject.toml b/pyproject.toml index b96849c..0d1efe9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ "opencv-python>=4.1.2", - "Pillow~=9.2.0", + "Pillow>=9.2,<9.4", "scikit-learn~=1.1.1", "numpy~=1.23.1" ]