File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818
1919buildPythonPackage rec {
2020 pname = "huggingface-hub" ;
21- version = "0.26.5 " ;
21+ version = "0.27.1 " ;
2222 pyproject = true ;
2323
2424 src = fetchFromGitHub {
2525 owner = "huggingface" ;
2626 repo = "huggingface_hub" ;
2727 tag = "v${ version } " ;
28- hash = "sha256-0yg0UwC0vyp8Q+2RTyAJkFP9I4/RQ6zRj3CaKJwU8Gc =" ;
28+ hash = "sha256-7cfu+qBro6u7bcRTTWHq+AemHqW7yb702owGoE5iTVg =" ;
2929 } ;
3030
3131 build-system = [ setuptools ] ;
Original file line number Diff line number Diff line change 5858
5959buildPythonPackage rec {
6060 pname = "transformers" ;
61- version = "4.47.1 " ;
61+ version = "4.48.0 " ;
6262 pyproject = true ;
6363
6464 src = fetchFromGitHub {
6565 owner = "huggingface" ;
6666 repo = "transformers" ;
6767 tag = "v${ version } " ;
68- hash = "sha256-xwc84wFUSRJ8SNCLiI7FQ1v/JKnXkTW4EpNCjgUbZ8E =" ;
68+ hash = "sha256-jh2bMmvTC0G0kLJl7xXpsvXvBmlbZEDA88AfosoE9sA =" ;
6969 } ;
7070
7171 build-system = [ setuptools ] ;
You can’t perform that action at this time.
0 commit comments