Skip to content

Commit 8513ff6

Browse files
committed
1 parent 628c405 commit 8513ff6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/development/python-modules/mlcroissant/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
# tests
2323
apache-beam,
2424
gitpython,
25+
librosa,
2526
pillow,
2627
pytestCheckHook,
2728
pyyaml,
@@ -30,14 +31,14 @@
3031

3132
buildPythonPackage rec {
3233
pname = "mlcroissant";
33-
version = "1.0.21";
34+
version = "1.0.22";
3435
pyproject = true;
3536

3637
src = fetchFromGitHub {
3738
owner = "mlcommons";
3839
repo = "croissant";
3940
tag = "v${version}";
40-
hash = "sha256-yUAF/NQHz8WUIaIIsqOwTMppl5+EZhURFpHnde9OOpE=";
41+
hash = "sha256-uJOxKNrK3eN2wyPFEQr2J4+vZeSK1KPyFDag2jcyWZw=";
4142
};
4243

4344
sourceRoot = "${src.name}/python/mlcroissant";
@@ -66,6 +67,7 @@ buildPythonPackage rec {
6667
nativeCheckInputs = [
6768
apache-beam
6869
gitpython
70+
librosa
6971
pillow
7072
pytestCheckHook
7173
pyyaml

0 commit comments

Comments
 (0)