python313Packages.pgvector: 0.3.6 -> 0.4.1
https://github.com/pgvector/pgvector-python/blob/refs/tags/v0.4.1/CHANGELOG.md
This commit is contained in:
committed by
Robert Schütz
parent
378ab6034c
commit
a02be6fbb0
@@ -48,6 +48,7 @@ buildPythonPackage rec {
|
||||
peewee
|
||||
pg8000
|
||||
psycopg
|
||||
psycopg.pool
|
||||
psycopg2
|
||||
psycopg-pool
|
||||
(postgresql.withPackages (p: with p; [ pgvector ]))
|
||||
@@ -63,6 +64,7 @@ buildPythonPackage rec {
|
||||
PGDATABASE = "pgvector_python_test";
|
||||
postgresqlEnableTCP = 1;
|
||||
postgresqlTestUserOptions = "LOGIN SUPERUSER";
|
||||
USER = "test_user";
|
||||
};
|
||||
|
||||
disabledTestPaths = [
|
||||
|
||||
Reference in New Issue
Block a user