gradio/requirements.txt
Abubakar Abid 16d419b9f1
Allow functions that solely update component properties to run in the frontend by setting js=True (#10500)
* changes

* add changeset

* revert

* changes

* add changeset

* changes

* fe changse

* notebook

* changes

* fix fe

* changes

* add changeset

* change

* add changeset

* notebook

* add tests

* changes

* changes

* changes

* changes

* changes

* type

* changes

* changes

* changes

* notebooks

* fix

* fix

* changes

* changes

* changes

* changes

* changes

* notebooks

* changes

* revert

* changes

* changes

* changes

* notebook

* changes

* done

* changes

* add changeset

* update

* changes

* add changeset

* added a guide

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2025-02-28 12:45:20 -08:00

30 lines
991 B
Plaintext

aiofiles>=22.0,<24.0
anyio>=3.0,<5.0
audioop-lts<1.0; python_version >= "3.13" #it provides support for 'audioop' module removed in latest python version used by pydub
fastapi>=0.115.2,<1.0
ffmpy
groovy~=0.1
gradio_client==1.7.2
httpx>=0.24.1
huggingface_hub>=0.28.1
Jinja2<4.0
markupsafe~=2.0
numpy>=1.0,<3.0
orjson~=3.0
packaging
pandas>=1.0,<3.0
pillow>=8.0,<12.0
pydantic>=2.0
python-multipart>=0.0.18 # required for fastapi forms.
pydub
pyyaml>=5.0,<7.0
ruff>=0.9.3; sys.platform != 'emscripten' # needed here for custom component docs generation
safehttpx>=0.1.6,<0.2.0
semantic_version~=2.0
starlette>=0.40.0,<1.0; sys.platform != 'emscripten'
tomlkit>=0.12.0,<0.14.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'