From a67154df1df0b9bd62d15069e5fd00c514d628f9 Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Sun, 18 Jun 2023 16:59:28 -0700 Subject: [PATCH] Use psycopg2-binary. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e99943d342..38d45d002e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "more-itertools==8.10.0", "numpy>=1.22.2", "pandas~=1.3.0", - "psycopg2~=2.9.3", + "psycopg2-binary~=2.9.3", "pydantic~=1.10.0", "python-dateutil==2.8.2", "rapidfuzz==3.0.0",