python311Packages.chromadb: fix by relaxing dependency

This commit is contained in:
Gaetan Lepage 2024-07-12 09:50:54 +02:00
parent eb0f74b878
commit 1924e35314

View File

@ -68,7 +68,10 @@ buildPythonPackage rec {
hash = "sha256-eTVT1yowuDsajjceWojdUdX466FKneUt1i5QipBFdp4=";
};
pythonRelaxDeps = [ "orjson" ];
pythonRelaxDeps = [
"chroma-hnswlib"
"orjson"
];
nativeBuildInputs = [
cargo