Skip to content

Commit

Permalink
Update requirements.txt to allow pillow 11.x (#9819)
Browse files Browse the repository at this point in the history
* Update requirements.txt to allow pillow 11.x

* add changeset

---------

Co-authored-by: gradio-pr-bot <[email protected]>
  • Loading branch information
bob-jones-cs and gradio-pr-bot authored Oct 23, 2024
1 parent 7b6bd31 commit 160b27c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/small-houses-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"gradio": minor
---

feat:Update requirements.txt to allow pillow 11.x
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ numpy>=1.0,<3.0
orjson~=3.0
packaging
pandas>=1.0,<3.0
pillow>=8.0,<11.0
pillow>=8.0,<12.0
pydantic>=2.0
python-multipart>=0.0.9,!=0.0.13 # required for fastapi forms. 0.0.13 was yanked from PyPI but micropip now ignores the yanked flag so we explicitly exclude it.
pydub
Expand All @@ -24,4 +24,4 @@ tomlkit==0.12.0
typer>=0.12,<1.0; sys.platform != 'emscripten'
typing_extensions~=4.0
urllib3~=2.0; sys.platform == 'emscripten' # urllib3 is used for Lite support. Version spec can be omitted because urllib3==2.1.0 is prebuilt for Pyodide and urllib>=2.2.0 supports Pyodide as well.
uvicorn>=0.14.0; sys.platform != 'emscripten'
uvicorn>=0.14.0; sys.platform != 'emscripten'

0 comments on commit 160b27c

Please sign in to comment.