Skip to content

Commit

Permalink
fix: relax constraint on Pillow dep (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 authored Dec 10, 2024
1 parent c00cf15 commit 7bf368c
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 @@ -23,7 +23,7 @@ requests = ">=2.20.0"
pydantic = ">=2.0.0,<3.0.0"
tqdm = ">=4.0.0,<5.0.0"
redis = { version = "~5.1.0", optional = true, extras = ["hiredis"] }
Pillow = { version = ">=9.3,<10.4", optional = true }
Pillow = { version = ">=9.3,<11", optional = true }
tritonclient = {extras = ["grpc"], version = ">2.0.0,<3.0.0", optional = true}
opencv-python = {version = ">4.0.0,<5.0.0", optional = true}

Expand Down

0 comments on commit 7bf368c

Please sign in to comment.