mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
python311Packages.transformers: 4.39.3 -> 4.40.0
Diff: https://github.com/huggingface/transformers/compare/refs/tags/v4.39.3...v4.40.0 Changelog: https://github.com/huggingface/transformers/releases/tag/v4.40.0
This commit is contained in:
parent
5e766a1a10
commit
13b646aab3
@ -2,6 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
# propagated build inputs
|
||||
, filelock
|
||||
, huggingface-hub
|
||||
@ -53,8 +54,8 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "transformers";
|
||||
version = "4.39.3";
|
||||
format = "setuptools";
|
||||
version = "4.40.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
@ -62,9 +63,13 @@ buildPythonPackage rec {
|
||||
owner = "huggingface";
|
||||
repo = "transformers";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-MJZvPbj9ypr6YwFGkzwCp9fVuM3vEGpeXK+gEIFzwRA=";
|
||||
hash = "sha256-k0AloOG7fRQhTW8IF6uQSfav8p1KC5633SaLNYZrZ2M=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
filelock
|
||||
huggingface-hub
|
||||
|
Loading…
Reference in New Issue
Block a user