mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
f17d1a0a6f
* Add an explicit dependency of `urllib3` and update `processing_utils.save_url_to_cache` to use `urllib3` for Lite support * add changeset * Update requirements.txt Co-authored-by: Abubakar Abid <abubakar@huggingface.co> * add changeset * update test requirements * update test reqs * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com> Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
28 lines
715 B
Plaintext
28 lines
715 B
Plaintext
aiofiles>=22.0,<24.0
|
|
altair>=4.2.0,<6.0
|
|
fastapi
|
|
ffmpy
|
|
gradio_client==0.15.1
|
|
httpx>=0.24.1
|
|
huggingface_hub>=0.19.3
|
|
importlib_resources>=1.3,<7.0
|
|
Jinja2<4.0
|
|
markupsafe~=2.0
|
|
matplotlib~=3.0
|
|
numpy~=1.0
|
|
orjson~=3.0
|
|
packaging
|
|
pandas>=1.0,<3.0
|
|
pillow>=8.0,<11.0
|
|
pydantic>=2.0
|
|
python-multipart>=0.0.9 # required for fastapi forms
|
|
pydub
|
|
pyyaml>=5.0,<7.0
|
|
semantic_version~=2.0
|
|
typing_extensions~=4.0
|
|
urllib3~=2.0 # 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'
|
|
typer[all]>=0.9,<1.0; sys.platform != 'emscripten'
|
|
tomlkit==0.12.0
|
|
ruff>=0.2.2; sys.platform != 'emscripten'
|