From 45da74a53536e8fc59e0a77b939a0bd24647ee61 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 31 Jan 2018 21:18:45 +0800 Subject: requirements: add Cython (required by regions); reorder --- requirements.txt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index d898ab2..bbd92ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,14 @@ -numpy -numba -scipy -pandas +Cython astropy -healpy -configobj beautifulsoup4 +configobj +healpy +hmf +numba +numpy +pandas +reproject requests +scipy tornado -reproject -hmf git+https://github.com/astropy/regions.git -- cgit v1.2.2