File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
pkgs/development/python-modules/mlcroissant Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2222 # tests
2323 apache-beam ,
2424 gitpython ,
25+ librosa ,
2526 pillow ,
2627 pytestCheckHook ,
2728 pyyaml ,
3031
3132buildPythonPackage 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
You can’t perform that action at this time.
0 commit comments