Loading pkgs/development/python-modules/qdrant-client/default.nix +18 −21 Original line number Diff line number Diff line { lib , buildPythonPackage , fastembed , fetchFromGitHub , grpcio , grpcio-tools , httpx , numpy , poetry-core , portalocker , pydantic , pytest-asyncio , pytestCheckHook , pythonOlder , urllib3 { lib, buildPythonPackage, fastembed, fetchFromGitHub, grpcio, grpcio-tools, httpx, numpy, poetry-core, portalocker, pydantic, pytest-asyncio, pytestCheckHook, pythonOlder, urllib3, }: buildPythonPackage rec { Loading @@ -29,9 +30,7 @@ buildPythonPackage rec { hash = "sha256-skPBKSqtwMfm5Tvvhg0pSOsnrf0tfvsUgwxjnUbj3NA="; }; build-system = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ grpcio Loading @@ -43,9 +42,7 @@ buildPythonPackage rec { urllib3 ] ++ httpx.optional-dependencies.http2; pythonImportsCheck = [ "qdrant_client" ]; pythonImportsCheck = [ "qdrant_client" ]; nativeCheckInputs = [ pytestCheckHook Loading Loading
pkgs/development/python-modules/qdrant-client/default.nix +18 −21 Original line number Diff line number Diff line { lib , buildPythonPackage , fastembed , fetchFromGitHub , grpcio , grpcio-tools , httpx , numpy , poetry-core , portalocker , pydantic , pytest-asyncio , pytestCheckHook , pythonOlder , urllib3 { lib, buildPythonPackage, fastembed, fetchFromGitHub, grpcio, grpcio-tools, httpx, numpy, poetry-core, portalocker, pydantic, pytest-asyncio, pytestCheckHook, pythonOlder, urllib3, }: buildPythonPackage rec { Loading @@ -29,9 +30,7 @@ buildPythonPackage rec { hash = "sha256-skPBKSqtwMfm5Tvvhg0pSOsnrf0tfvsUgwxjnUbj3NA="; }; build-system = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ grpcio Loading @@ -43,9 +42,7 @@ buildPythonPackage rec { urllib3 ] ++ httpx.optional-dependencies.http2; pythonImportsCheck = [ "qdrant_client" ]; pythonImportsCheck = [ "qdrant_client" ]; nativeCheckInputs = [ pytestCheckHook Loading