From 9969425e07979428b95312695798392beebc10d0 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Thu, 17 Jun 2021 13:44:52 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20Pin=20psycopg2-binary?= =?UTF-8?q?=20to=202.8.x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.json b/setup.json index d7cf07044b..ef8f659d0b 100644 --- a/setup.json +++ b/setup.json @@ -42,7 +42,7 @@ "plumpy~=0.19.0", "pgsu~=0.2.0", "psutil~=5.6", - "psycopg2-binary~=2.8,>=2.8.3", + "psycopg2-binary~=2.8.3", "python-dateutil~=2.8", "pytz~=2019.3", "pyyaml~=5.1", From c23996d88c0a7cb416ba4e917b047a50574ac2aa Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Thu, 17 Jun 2021 13:52:54 +0200 Subject: [PATCH 2/2] Update environment.yml --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 5a73076314..e075202399 100644 --- a/environment.yml +++ b/environment.yml @@ -28,7 +28,7 @@ dependencies: - plumpy~=0.19.0 - pgsu~=0.2.0 - psutil~=5.6 -- psycopg2-binary>=2.8.3,~=2.8 +- psycopg2-binary~=2.8.3 - python-dateutil~=2.8 - pytz~=2019.3 - pyyaml~=5.1