mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
python311Packages.chromadb: fix by relaxing dependency
This commit is contained in:
parent
eb0f74b878
commit
1924e35314
1 changed files with 4 additions and 1 deletions
|
@ -68,7 +68,10 @@ buildPythonPackage rec {
|
|||
hash = "sha256-eTVT1yowuDsajjceWojdUdX466FKneUt1i5QipBFdp4=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "orjson" ];
|
||||
pythonRelaxDeps = [
|
||||
"chroma-hnswlib"
|
||||
"orjson"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
cargo
|
||||
|
|
Loading…
Reference in a new issue