22 buildPythonPackage rec {
27 disabled = pythonOlder "3.7";
29 src = fetchFromGitHub {
32 rev = "refs/tags/v${version}";
33 hash = "sha256-K7k3MTOEm9+HDwMps9C8Al0Jmp1ptJw3pN1LEBOUz0U=";
47 propagatedBuildInputs = [
64 pythonImportsCheck = [ "pymilvus" ];
66 disabledTests = [ "test_get_commit" ];
69 description = "Python SDK for Milvus";
70 homepage = "https://github.com/milvus-io/pymilvus";
71 changelog = "https://github.com/milvus-io/pymilvus/releases/tag/v${version}";
72 license = licenses.mit;
73 maintainers = with maintainers; [ happysalada ];