Loading pkgs/development/python-modules/tokenizers/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , buildPythonPackage , cargo , datasets , huggingface-hub , fetchFromGitHub , fetchurl , libiconv Loading @@ -11,6 +12,7 @@ , openssl , pkg-config , pytestCheckHook , python , pythonOlder , requests , rustPlatform Loading Loading @@ -80,6 +82,7 @@ buildPythonPackage rec { }; sourceRoot = "${src.name}/bindings/python"; maturinBuildFlags = [ "--interpreter ${python.executable}" ]; nativeBuildInputs = [ pkg-config Loading @@ -105,6 +108,7 @@ buildPythonPackage rec { dependencies = [ numpy huggingface-hub ]; nativeCheckInputs = [ Loading Loading
pkgs/development/python-modules/tokenizers/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , buildPythonPackage , cargo , datasets , huggingface-hub , fetchFromGitHub , fetchurl , libiconv Loading @@ -11,6 +12,7 @@ , openssl , pkg-config , pytestCheckHook , python , pythonOlder , requests , rustPlatform Loading Loading @@ -80,6 +82,7 @@ buildPythonPackage rec { }; sourceRoot = "${src.name}/bindings/python"; maturinBuildFlags = [ "--interpreter ${python.executable}" ]; nativeBuildInputs = [ pkg-config Loading @@ -105,6 +108,7 @@ buildPythonPackage rec { dependencies = [ numpy huggingface-hub ]; nativeCheckInputs = [ Loading