Unverified Commit 6a7b648e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.chroma-hnswlib: 0.7.6 -> 0.8.2; python3Packages.chromadb: 1.2.2 -> 1.3.5 (#464109)

parents c0ab14b1 0fcd1e4e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "chroma-hnswlib";
  version = "0.7.6";
  version = "0.8.2";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -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 = [
+4 −3
Original line number Diff line number Diff line
@@ -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
@@ -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"