mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-17 11:29:58 +08:00
Update requirements.txt to allow pillow 11.x (#9819)
* Update requirements.txt to allow pillow 11.x * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
7b6bd31881
commit
160b27c0d1
5
.changeset/small-houses-shake.md
Normal file
5
.changeset/small-houses-shake.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Update requirements.txt to allow pillow 11.x
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user