python312Packages.tensorflow-datasets: 4.9.8 -> 4.9.9 (#411765)
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
|
||||
# dependencies
|
||||
array-record,
|
||||
@@ -58,25 +57,16 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tensorflow-datasets";
|
||||
version = "4.9.8";
|
||||
version = "4.9.9";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tensorflow";
|
||||
repo = "datasets";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-nqveZ+8b0f5sGIn6WufKeA37yEsZjzhCIbCfwMZ9JOM=";
|
||||
hash = "sha256-ZXaPYmj8aozfe6ygzKybId8RZ1TqPuIOSpd8XxnRHus=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# mlmlcroissant uses encoding_formats, not encoding_formats.
|
||||
# Backport https://github.com/tensorflow/datasets/pull/11037 until released.
|
||||
(fetchpatch {
|
||||
url = "https://github.com/tensorflow/datasets/commit/92cbcff725a1036569a515cc3356aa8480740451.patch";
|
||||
hash = "sha256-2hnMvQP83+eAJllce19aHujcoWQzUz3+LsasWCo4BtM=";
|
||||
})
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
array-record
|
||||
dill
|
||||
|
||||
Reference in New Issue
Block a user