Skip to content

Commit 72a57eb

Browse files
committed
python313Packages.gradio-client: 1.10.0 -> 1.10.1
Changelog: https://github.com/gradio-app/gradio/releases/tag/[email protected]
1 parent a4d10eb commit 72a57eb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pkgs/development/python-modules/gradio/client.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
hatch-fancy-pypi-readme,
1212

1313
# dependencies
14-
setuptools,
1514
fsspec,
1615
httpx,
1716
huggingface-hub,
@@ -32,7 +31,7 @@
3231

3332
buildPythonPackage rec {
3433
pname = "gradio-client";
35-
version = "1.10.0";
34+
version = "1.10.1";
3635
pyproject = true;
3736

3837
# no tests on pypi
@@ -42,7 +41,7 @@ buildPythonPackage rec {
4241
# not to be confused with @gradio/client@${version}
4342
tag = "gradio_client@${version}";
4443
sparseCheckout = [ "client/python" ];
45-
hash = "sha256-6sfY8a6CCfkczsF4yvjOuUZOcyiXx1zK7pUHUtYMq/Q=";
44+
hash = "sha256-jIJkJvXy4mKQN0gVb4nm3hCzgk9qofBrXc3Tws2n2qw=";
4645
};
4746

4847
sourceRoot = "${src.name}/client/python";
@@ -61,7 +60,6 @@ buildPythonPackage rec {
6160
];
6261

6362
dependencies = [
64-
setuptools # needed for 'pkg_resources'
6563
fsspec
6664
httpx
6765
huggingface-hub

0 commit comments

Comments
 (0)