From 528fbed9b97fc11b055e09d2390412aa9259bd5a Mon Sep 17 00:00:00 2001 From: Adam Amster Date: Tue, 25 Oct 2022 15:49:50 -0400 Subject: [PATCH] undo upper bound since supposedly fixed https://github.com/psycopg/psycopg2/issues/1515 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d7107cfbc..3145b88db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -psycopg2-binary<=2.9.4 +psycopg2-binary hdmf>=2.5.8 h5py matplotlib>=1.4.3,<3.4.3