From 44577c79cb13168315e7c9d54f60c0df844babbf Mon Sep 17 00:00:00 2001 From: John Moustakas Date: Tue, 10 Dec 2024 13:18:54 -0800 Subject: [PATCH] remove github dependencies from pyproject.toml --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5369a003..76d11ab3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,9 +27,6 @@ dependencies = [ "matplotlib", "fitsio", "speclite>=0.20", - "desimodel @ git+https://github.com/desihub/desimodel.git@0.19.2", - "desitarget @ git+https://github.com/desihub/desitarget.git@2.8.0", - "desispec @ git+https://github.com/desihub/desispec.git@0.67.0" ] requires-python = ">=3.9"