mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
python3Packages.vectorcode: use pre-1.0.0 version of chromadb
This commit is contained in:
parent
61265017a3
commit
2e6caf7dcf
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
dependencies =
|
dependencies =
|
||||||
with python3Packages;
|
with python3Packages;
|
||||||
[
|
[
|
||||||
chromadb
|
chromadb_0
|
||||||
colorlog
|
colorlog
|
||||||
httpx
|
httpx
|
||||||
json5
|
json5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue