From 0ab7ca6d1a0a30855e9d7eb7c07aa9460e80f16b Mon Sep 17 00:00:00 2001 From: David Dotson Date: Fri, 6 Oct 2023 16:12:31 -0700 Subject: [PATCH] Updates for release 0.2.1 --- devtools/conda-envs/alchemiscale-client.yml | 2 +- devtools/conda-envs/alchemiscale-compute.yml | 2 +- devtools/conda-envs/alchemiscale-server.yml | 2 +- docs/user_guide.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devtools/conda-envs/alchemiscale-client.yml b/devtools/conda-envs/alchemiscale-client.yml index 49e774dc..c3abc819 100644 --- a/devtools/conda-envs/alchemiscale-client.yml +++ b/devtools/conda-envs/alchemiscale-client.yml @@ -30,5 +30,5 @@ dependencies: - pip: - nest_asyncio - async_lru - - git+https://github.com/openforcefield/alchemiscale.git@v0.2.0 + - git+https://github.com/openforcefield/alchemiscale.git@v0.2.1 - git+https://github.com/choderalab/perses.git@protocol-neqcyc diff --git a/devtools/conda-envs/alchemiscale-compute.yml b/devtools/conda-envs/alchemiscale-compute.yml index 09043e8d..d24f4e1c 100644 --- a/devtools/conda-envs/alchemiscale-compute.yml +++ b/devtools/conda-envs/alchemiscale-compute.yml @@ -26,5 +26,5 @@ dependencies: - pip: - async_lru - - git+https://github.com/openforcefield/alchemiscale.git@v0.2.0 + - git+https://github.com/openforcefield/alchemiscale.git@v0.2.1 - git+https://github.com/choderalab/perses.git@protocol-neqcyc diff --git a/devtools/conda-envs/alchemiscale-server.yml b/devtools/conda-envs/alchemiscale-server.yml index a100fa79..b0bd1534 100644 --- a/devtools/conda-envs/alchemiscale-server.yml +++ b/devtools/conda-envs/alchemiscale-server.yml @@ -44,5 +44,5 @@ dependencies: - pip: - async_lru - - git+https://github.com/openforcefield/alchemiscale.git@v0.2.0 + - git+https://github.com/openforcefield/alchemiscale.git@v0.2.1 - git+https://github.com/choderalab/perses.git@protocol-neqcyc diff --git a/docs/user_guide.rst b/docs/user_guide.rst index 1f8be84f..8a0219a9 100644 --- a/docs/user_guide.rst +++ b/docs/user_guide.rst @@ -22,7 +22,7 @@ If this doesn’t work, clone alchemiscale from Github, and install from there:: $ git clone https://github.com/openforcefield/alchemiscale.git $ cd alchemiscale - $ git checkout v0.2.0 + $ git checkout v0.2.1 $ conda env create -f devtools/conda-envs/alchemiscale-client.yml