File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
pkgs/development/python-modules/gradio Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1111 hatch-fancy-pypi-readme ,
1212
1313 # dependencies
14- setuptools ,
1514 fsspec ,
1615 httpx ,
1716 huggingface-hub ,
3231
3332buildPythonPackage 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
You can’t perform that action at this time.
0 commit comments