From bf887fbec6bf121c23e01625d183349e8ce1dac8 Mon Sep 17 00:00:00 2001 From: Eric Charles Date: Tue, 23 Aug 2022 14:53:06 -0700 Subject: [PATCH] switch to temp versions of qp and hyperbolic --- setup.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 3379dd85..331c0953 100755 --- a/setup.py +++ b/setup.py @@ -10,13 +10,12 @@ "pyyaml", "minisom", "scipy>=1.9.0", + "pz-hyperbolic-temp", + "pz-qp-temp", ] # dependencies for the core module -core_extras = [ - "hyperbolic @ git+https://github.com/jlvdb/hyperbolic", - "qp @ git+https://github.com/LSSTDESC/qp", -] +core_extras = [] # dependencies for the Creation module creation_extras = ["pzflow"]