Spaces:
Sleeping
Sleeping
Léo Bourrel
commited on
Commit
·
796fb49
1
Parent(s):
d33651f
feat: add psycopg2-binary import
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -7,4 +7,5 @@ SQLAlchemy==2.0.22
|
|
7 |
sqlite-vss==0.1.2
|
8 |
pandas==2.1.1
|
9 |
pgvector==0.2.3
|
10 |
-
psycopg2==2.9.9
|
|
|
|
7 |
sqlite-vss==0.1.2
|
8 |
pandas==2.1.1
|
9 |
pgvector==0.2.3
|
10 |
+
psycopg2==2.9.9
|
11 |
+
psycopg2-binary==2.9.9
|