python310Packages.transformers: 4.30.2 -> 4.31.0

Diff: https://github.com/huggingface/transformers/compare/refs/tags/v4.30.2...v4.31.0

Changelog: https://github.com/huggingface/transformers/releases/tag/v4.31.0

authored by

natsukium and committed by
Yt
2b63ca9f 5b012084

+7 -4
+7 -4
pkgs/development/python-modules/transformers/default.nix
··· 51 51 52 52 buildPythonPackage rec { 53 53 pname = "transformers"; 54 - version = "4.30.2"; 54 + version = "4.31.0"; 55 55 format = "setuptools"; 56 56 57 57 disabled = pythonOlder "3.8"; ··· 60 60 owner = "huggingface"; 61 61 repo = pname; 62 62 rev = "refs/tags/v${version}"; 63 - hash = "sha256-S1jQsBObKGZY9tlbcNcgchwUs/eeaohYxOtbN1cPa2Q="; 63 + hash = "sha256-YbLI/CkRto8G4bV7ijUkB/0cc7LkfNBQxL1iNv8aWW4="; 64 64 }; 65 65 66 66 propagatedBuildInputs = [ 67 67 filelock 68 68 huggingface-hub 69 69 numpy 70 - protobuf 71 70 packaging 72 71 pyyaml 73 72 regex ··· 91 90 ja = [ 92 91 # fugashi 93 92 # ipadic 94 - # unidic_lite 93 + # rhoknp 94 + # sudachidict_core 95 + # sudachipy 95 96 # unidic 97 + # unidic_lite 96 98 ]; 97 99 sklearn = [ 98 100 scikit-learn ··· 122 124 onnxconverter-common 123 125 tf2onnx 124 126 onnxruntime 127 + onnxruntime-tools 125 128 ]; 126 129 modelcreation = [ 127 130 cookiecutter