Skip to content

Commit

Permalink
Merge pull request #10 from luxonis/fix/dependency-conflict-fix
Browse files Browse the repository at this point in the history
fix: change min required Pillow version
  • Loading branch information
sokovninn authored Dec 11, 2023
2 parents 1a86b5e + 04e1259 commit 7f95228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"diffusers>=0.24.0",
"compel>=2.0.0",
"tqdm>=4.0.0",
"Pillow>=10.0.0",
"Pillow>=9.0.0",
"numpy>=1.22.0",
"matplotlib>=3.6.0",
"opencv-python>=4.7.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ transformers>=4.0.0
diffusers>=0.24.0
compel>=2.0.0
tqdm>=4.0.0
Pillow>=10.0.0
Pillow>=9.0.0
numpy>=1.22.0
matplotlib>=3.6.0
opencv-python>=4.7.0
Expand Down

0 comments on commit 7f95228

Please sign in to comment.