From 5dcecd98b104202c51c686db31d1512ec2d9780c Mon Sep 17 00:00:00 2001 From: Adam Ormondroyd <52655393+AdamOrmondroyd@users.noreply.github.com> Date: Tue, 9 Jan 2024 16:09:10 +0000 Subject: [PATCH] update for anesthetic 2 release (#98) --- README.rst | 8 ++++++-- requirements.txt | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0f92a9ba..09c5792b 100644 --- a/README.rst +++ b/README.rst @@ -59,10 +59,14 @@ If you do not have sudo access/virtual environments/anaconda, then appending `-- Post Processing =============== -We recommend the tool `anesthetic `_ for post-processing your nested sampling runs. A plot gallery can be found `here `_ +We recommend the tool `anesthetic `_ for post-processing your nested sampling runs. A plot gallery can be found `here `_ -https://github.com/williamjameshandley/anesthetic +https://github.com/handley-lab/anesthetic + +``` +pip install anesthetic +``` MPI Support =========== diff --git a/requirements.txt b/requirements.txt index 346a9c49..a22301e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ numpy scipy -anesthetic>=2.0.0b19 +anesthetic>=2.0.0