From 6ab834f4929a87cfc5adac0230af575716dec7d2 Mon Sep 17 00:00:00 2001 From: Eric Charles Date: Thu, 2 Nov 2023 15:02:59 -0700 Subject: [PATCH] switched to pypi version of gcr --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 20a164b..52d88ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "photerr", "dustmaps", "pz-hyperbolic-temp", - "GCRCatalogs @ git+https://github.com/LSSTDESC/gcr-catalogs.git@v1.6.0#egg=GCRCatalogs[full]" + "lsstdesc-gcr-catalogs", ] # On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)