From be19cf22b7d7695e0e4ea058e50428d1d2add45e Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 15 Nov 2022 22:45:55 -0800 Subject: [PATCH] Get sksparse and libstempo from PyPI again --- requirements.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3aaec809..b31fb211 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ numpy>=1.16.3 scipy>=1.2.0 ephem>=3.7.6.0 healpy>=1.14.0 -git+https://github.com/vallis/scikit-sparse@master +scikit-sparse>=0.4.5 pint-pulsar>=0.8.3 libstempo>=2.4.4 diff --git a/setup.py b/setup.py index e76c3a84..2e5993a3 100644 --- a/setup.py +++ b/setup.py @@ -11,9 +11,9 @@ "scipy>=1.2.0", "ephem>=3.7.6.0", "healpy>=1.14.0", - "scikit-sparse @ git+https://github.com/vallis/scikit-sparse@master", # was >=0.4.5 + "scikit-sparse>=0.4.5", "pint-pulsar>=0.8.3", - "libstempo @ git+https://github.com/vallis/libstempo@master", # was >=2.4.4 + "libstempo>=2.4.4", ] test_requirements = []