Requirements ============ The following python packages are needed for AIMS: * `dill `_ * `emcee `_ * `corner `_ - note: this used to be called triangle in previous releases * `numpy `_ * `matplotlib `_ * `multiprocessing `_ * `f2py `_ - note: this is usually included with numpy * `tqdm `_ .. warning:: As of version 3, emcee no longer supports parallel tempering. Accordingly, AIMS is only compatible with older versions. One can specify a version of emcee during installation with the following command (we recommend using version 2.2.1):: sudo pip install emcee==2.2.1