20 buildPythonPackage rec {
25 disabled = pythonOlder "3.7";
27 src = fetchFromGitHub {
30 rev = "refs/tags/v${version}";
31 hash = "sha256-hp00iUT1atyTQk532z7VAajpfvtnKE8W2la9MW7NxoE=";
34 env.SETUPTOOLS_SCM_PRETEND_VERSION = version;
47 propagatedBuildInputs = [
61 pythonImportsCheck = [
70 description = "Python SDK for Milvus";
71 homepage = "https://github.com/milvus-io/pymilvus";
72 changelog = "https://github.com/milvus-io/pymilvus/releases/tag/v${version}";
73 license = licenses.mit;
74 maintainers = with maintainers; [ happysalada ];