Loading pkgs/development/python-modules/chroma-hnswlib/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "chroma-hnswlib"; version = "0.7.6"; version = "0.8.2"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "chroma-core"; repo = "hnswlib"; tag = version; hash = "sha256-pjz5SGg2drO6fkml9ojFG7/Gq3/Y7vPaOHc+3LKnjUw="; hash = "sha256-Fs/BuocZblMSlmP6yp+aykbs0n1AdvL3AVAQI1AnZ9o="; }; nativeBuildInputs = [ Loading pkgs/development/python-modules/chromadb/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -67,19 +67,19 @@ buildPythonPackage rec { pname = "chromadb"; version = "1.2.2"; version = "1.3.5"; pyproject = true; src = fetchFromGitHub { owner = "chroma-core"; repo = "chroma"; tag = version; hash = "sha256-D8vLkV8T1igOoCgJDiccLytxlXdF0oLJZTQpBsLM7Z0="; hash = "sha256-pIVoPW7Sdc3XN66SuA6IILQkhoNwqy/X4OWgW08CC58="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; hash = "sha256-f5lU1ClKEZjzOAkng1B37d4VmHYzLOP2uMvoN1RFFoo="; hash = "sha256-3cY9d28dE7Ndh0o1MiBLSwRggkjjnXRcnmsvC2t5S7A="; }; # Can't use fetchFromGitHub as the build expects a zipfile Loading Loading @@ -224,6 +224,7 @@ buildPythonPackage rec { "chromadb/test/ef" "chromadb/test/property/test_cross_version_persist.py" "chromadb/test/stress" "chromadb/test/api/test_schema_e2e.py" # Excessively slow "chromadb/test/property/test_add.py" Loading Loading
pkgs/development/python-modules/chroma-hnswlib/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "chroma-hnswlib"; version = "0.7.6"; version = "0.8.2"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "chroma-core"; repo = "hnswlib"; tag = version; hash = "sha256-pjz5SGg2drO6fkml9ojFG7/Gq3/Y7vPaOHc+3LKnjUw="; hash = "sha256-Fs/BuocZblMSlmP6yp+aykbs0n1AdvL3AVAQI1AnZ9o="; }; nativeBuildInputs = [ Loading
pkgs/development/python-modules/chromadb/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -67,19 +67,19 @@ buildPythonPackage rec { pname = "chromadb"; version = "1.2.2"; version = "1.3.5"; pyproject = true; src = fetchFromGitHub { owner = "chroma-core"; repo = "chroma"; tag = version; hash = "sha256-D8vLkV8T1igOoCgJDiccLytxlXdF0oLJZTQpBsLM7Z0="; hash = "sha256-pIVoPW7Sdc3XN66SuA6IILQkhoNwqy/X4OWgW08CC58="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; hash = "sha256-f5lU1ClKEZjzOAkng1B37d4VmHYzLOP2uMvoN1RFFoo="; hash = "sha256-3cY9d28dE7Ndh0o1MiBLSwRggkjjnXRcnmsvC2t5S7A="; }; # Can't use fetchFromGitHub as the build expects a zipfile Loading Loading @@ -224,6 +224,7 @@ buildPythonPackage rec { "chromadb/test/ef" "chromadb/test/property/test_cross_version_persist.py" "chromadb/test/stress" "chromadb/test/api/test_schema_e2e.py" # Excessively slow "chromadb/test/property/test_add.py" Loading