python3Packages.datasets: 3.4.1 -> 3.5.0 (#393957)

authored by Gaétan Lepage and committed by GitHub 69fcd4f2 56d77761

+2 -4
+2 -4
pkgs/development/python-modules/datasets/default.nix
··· 6 fetchFromGitHub, 7 fsspec, 8 huggingface-hub, 9 - importlib-metadata, 10 multiprocess, 11 numpy, 12 packaging, 13 pandas, 14 pyarrow, 15 - pythonOlder, 16 requests, 17 responses, 18 setuptools, ··· 21 }: 22 buildPythonPackage rec { 23 pname = "datasets"; 24 - version = "3.4.1"; 25 pyproject = true; 26 27 src = fetchFromGitHub { 28 owner = "huggingface"; 29 repo = "datasets"; 30 tag = version; 31 - hash = "sha256-a0c5E4N1X+PtO4+UZn8l1JcLGTNpLPyfEkrrxNsjfLA="; 32 }; 33 34 build-system = [
··· 6 fetchFromGitHub, 7 fsspec, 8 huggingface-hub, 9 multiprocess, 10 numpy, 11 packaging, 12 pandas, 13 pyarrow, 14 requests, 15 responses, 16 setuptools, ··· 19 }: 20 buildPythonPackage rec { 21 pname = "datasets"; 22 + version = "3.5.0"; 23 pyproject = true; 24 25 src = fetchFromGitHub { 26 owner = "huggingface"; 27 repo = "datasets"; 28 tag = version; 29 + hash = "sha256-5J4p6a7jBmM/AmSdTE9qMX71vgnzBGRX/pQ5AdCxIWA="; 30 }; 31 32 build-system = [