From 06bc8c9bcaf7e322c9a8708793b58b2c2e1cfca0 Mon Sep 17 00:00:00 2001 From: sophia Date: Thu, 30 Jan 2025 11:32:34 -0800 Subject: [PATCH] Add postgres to deps --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 00e5545ab..ca7373b01 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -95,6 +95,7 @@ outputs: - yarl - psycopg2 - pymysql + - psycopg2-binary run_constrained: - {{ pin_subpackage('conda-store', min_pin='x.x.x', max_pin='x.x.x') }}