diff options
author | Aaron LI <aly@aaronly.me> | 2018-01-31 21:18:45 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-01-31 21:18:45 +0800 |
commit | 45da74a53536e8fc59e0a77b939a0bd24647ee61 (patch) | |
tree | b48da09d2484d2cf849bd457f5ed9a1ce56af24d | |
parent | 9ef8c8b1cbaefd879417a120f7129ca38557bbd1 (diff) | |
download | fg21sim-45da74a53536e8fc59e0a77b939a0bd24647ee61.tar.bz2 |
requirements: add Cython (required by regions); reorder
-rw-r--r-- | requirements.txt | 17 |
1 files 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 |