python3Packages.gradio: 5.29.1 -> 5.38.0
This commit is contained in:
parent
99290008d1
commit
c77b9300df
@ -20,6 +20,7 @@
|
|||||||
setuptools,
|
setuptools,
|
||||||
aiofiles,
|
aiofiles,
|
||||||
anyio,
|
anyio,
|
||||||
|
brotli,
|
||||||
diffusers,
|
diffusers,
|
||||||
fastapi,
|
fastapi,
|
||||||
ffmpy,
|
ffmpy,
|
||||||
@ -36,6 +37,7 @@
|
|||||||
packaging,
|
packaging,
|
||||||
pandas,
|
pandas,
|
||||||
pillow,
|
pillow,
|
||||||
|
polars,
|
||||||
pydantic,
|
pydantic,
|
||||||
python-multipart,
|
python-multipart,
|
||||||
pydub,
|
pydub,
|
||||||
@ -73,20 +75,20 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "gradio";
|
pname = "gradio";
|
||||||
version = "5.29.1";
|
version = "5.38.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gradio-app";
|
owner = "gradio-app";
|
||||||
repo = "gradio";
|
repo = "gradio";
|
||||||
tag = "gradio@${version}";
|
tag = "gradio@${version}";
|
||||||
hash = "sha256-nL+m64JTLRS5UOB9WSl7lpsw8v0Vzkt7XWGl9a08Xko=";
|
hash = "sha256-NbVRbwqHUSwyG+v+cDKCrVtzjj6ThxGRfO+xjqXOy5I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pnpmDeps = pnpm_9.fetchDeps {
|
pnpmDeps = pnpm_9.fetchDeps {
|
||||||
inherit pname version src;
|
inherit pname version src;
|
||||||
fetcherVersion = 1;
|
fetcherVersion = 1;
|
||||||
hash = "sha256-h3ulPik0Uf8X687Se3J7h3+8jYzwXtbO6obsO27zyfA=";
|
hash = "sha256-E6dBajJoKzaJF67KRrSB/LNAyLDmT78mCmTar5G6P6g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
@ -115,6 +117,7 @@ buildPythonPackage rec {
|
|||||||
setuptools # needed for 'pkg_resources'
|
setuptools # needed for 'pkg_resources'
|
||||||
aiofiles
|
aiofiles
|
||||||
anyio
|
anyio
|
||||||
|
brotli
|
||||||
diffusers
|
diffusers
|
||||||
fastapi
|
fastapi
|
||||||
ffmpy
|
ffmpy
|
||||||
@ -131,6 +134,7 @@ buildPythonPackage rec {
|
|||||||
packaging
|
packaging
|
||||||
pandas
|
pandas
|
||||||
pillow
|
pillow
|
||||||
|
polars
|
||||||
pydantic
|
pydantic
|
||||||
python-multipart
|
python-multipart
|
||||||
pydub
|
pydub
|
||||||
@ -152,6 +156,7 @@ buildPythonPackage rec {
|
|||||||
[
|
[
|
||||||
altair
|
altair
|
||||||
boto3
|
boto3
|
||||||
|
brotli
|
||||||
docker
|
docker
|
||||||
ffmpeg
|
ffmpeg
|
||||||
gradio-pdf
|
gradio-pdf
|
||||||
@ -245,6 +250,10 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
# tests if pip and other tools are installed
|
# tests if pip and other tools are installed
|
||||||
"test_get_executable_path"
|
"test_get_executable_path"
|
||||||
|
|
||||||
|
# Flaky test (AssertionError when comparing to a fixed array)
|
||||||
|
# https://github.com/gradio-app/gradio/issues/11620
|
||||||
|
"test_auto_datatype"
|
||||||
]
|
]
|
||||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||||
# TypeError: argument should be a str or an os.PathLike object where __fspath__ returns a str, not 'NoneType'
|
# TypeError: argument should be a str or an os.PathLike object where __fspath__ returns a str, not 'NoneType'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user