From 958bdbfabf67149fce3587341e6de7c1587925f1 Mon Sep 17 00:00:00 2001 From: Andrew Hearin Date: Sun, 25 Sep 2022 13:58:43 -0500 Subject: [PATCH] Update readme and installation instructions --- README.rst | 2 +- docs/install.rst | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index eda77ed37..e36dfe434 100644 --- a/README.rst +++ b/README.rst @@ -123,7 +123,7 @@ You can contact Andrew Hearin directly by email at ahearin-at-anl-dot-gov, or by Citing Halotools ---------------- -If you use Halotools modules to support your science publication, please cite `Hearin et al. (2017)`_, ideally taking note of the version of the code you used, e.g., v0.8:: +If you use Halotools modules to support your science publication, please cite `Hearin et al. (2017) `_, ideally taking note of the version of the code you used, e.g., v0.8:: @ARTICLE{halotools, author = {{Hearin}, Andrew P. and {Campbell}, Duncan and {Tollerud}, Erik and {Behroozi}, Peter and {Diemer}, Benedikt and {Goldbaum}, Nathan J. and {Jennings}, Elise and {Leauthaud}, Alexie and {Mao}, Yao-Yuan and {More}, Surhud and {Parejko}, John and {Sinha}, Manodeep and {Sip{\"o}cz}, Brigitta and {Zentner}, Andrew}, diff --git a/docs/install.rst b/docs/install.rst index a6747af07..fc0e3cc2c 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -109,28 +109,26 @@ Dependencies If you install halotools using conda or pip, then most of your dependencies will be handled for you automatically. The only additional dependency you may need is: -- `h5py `_: 2.5 or later +- `h5py `_: 3.7 or later The h5py package is used for fast I/O of large simulated datasets. If you did not use conda or pip, then you should be aware of the following strict requirements: -- `Python `_: 3.7.x +- `Python `_: 3.9.x - `Numpy `_: 1.9 or later - `Scipy `_: 0.15 or later -- `Cython `_: 0.23 or later +- `Cython `_: 0.29.32 or later -- `Astropy`_: 4.0 or later +- `Astropy`_: 5.0 or later - `BeautifulSoup `_: For crawling the web for halo catalogs. - `Requests `_: Also for crawling the web for halo catalogs. -- `h5py `_: 2.5 or later - Any of the above can be installed with either pip or conda. .. _verifying_your_installation: