python311Packages.huggingface-hub: 0.20.3 -> 0.21.2
Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.20.3...v0.21.2 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.21.2
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{ lib
|
||||
, fetchFromGitHub
|
||||
, buildPythonPackage
|
||||
, pythonOlder
|
||||
, fetchFromGitHub
|
||||
, setuptools
|
||||
, filelock
|
||||
, fsspec
|
||||
, packaging
|
||||
@@ -13,8 +14,8 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "huggingface-hub";
|
||||
version = "0.20.3";
|
||||
format = "setuptools";
|
||||
version = "0.21.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
@@ -22,9 +23,13 @@ buildPythonPackage rec {
|
||||
owner = "huggingface";
|
||||
repo = "huggingface_hub";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-21Ay8RVS2vtQIh4bBUxE8jFk6F+yeFBJ3XgvRRNtNgI=";
|
||||
hash = "sha256-0Nr6qs9rzuBQo8SGuQ2Ai2Q+E+Gs4DT/AMrYf7dYM/E=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
filelock
|
||||
fsspec
|
||||
|
||||
Reference in New Issue
Block a user