From 30ec4bdf49e23379c7d45ec38e7e431deaec308b Mon Sep 17 00:00:00 2001 From: Mary Salvi Date: Fri, 1 Dec 2023 14:31:46 -0500 Subject: [PATCH] Use psycopg2-binary to fix typecheck test failure --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 290180ca..4400454f 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ "mypy<0.920", "nmdc-schema==7.7.0", "pint==0.18", - "psycopg2==2.9.3", + "psycopg2-binary==2.9.3", "pydantic==1.8.2", "pymongo>=4.0.0", "python-dateutil",