From 481eb88db1d5744aed81f1210e1eede20f04cf3f Mon Sep 17 00:00:00 2001 From: Lynne Jones Date: Wed, 18 Feb 2026 20:11:32 -0800 Subject: [PATCH] Use binary for psycopg2 from pypi and allow lower rubin_scheduler --- pyproject.toml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 14fc1381..40114ccb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,11 +35,11 @@ dependencies = [ "pandas", "panel >= 1.1.0", "param", - "psycopg2", + "psycopg2-binary", "pytz", "skyproj", "tabulate", - "rubin-scheduler >= 3.22.0", + "rubin-scheduler >= 3.21.0", "rubin-sim >= 2.6.1", "uranography >= 1.4.1 ", ] diff --git a/requirements.txt b/requirements.txt index 8b029d36..83daaf24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,6 +17,6 @@ scikit-learn skyproj tabulate uranography>=1.4.1 -rubin-scheduler>=3.22.0 +rubin-scheduler>=3.21.0 rubin-sim>=2.6.1 pip