From 5a7e1ed6e53b4e7ec4ee7d82cd037d724bd93f5a Mon Sep 17 00:00:00 2001 From: David Dotson Date: Thu, 4 Apr 2024 21:50:40 -0700 Subject: [PATCH] Update prod envs to point to v0.4.0 --- devtools/conda-envs/alchemiscale-client.yml | 2 +- devtools/conda-envs/alchemiscale-compute.yml | 2 +- devtools/conda-envs/alchemiscale-server.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devtools/conda-envs/alchemiscale-client.yml b/devtools/conda-envs/alchemiscale-client.yml index 1a6dbb6c..f2ed56e1 100644 --- a/devtools/conda-envs/alchemiscale-client.yml +++ b/devtools/conda-envs/alchemiscale-client.yml @@ -31,5 +31,5 @@ dependencies: - pip: - nest_asyncio - async_lru - - git+https://github.com/openforcefield/alchemiscale.git@release-v0.4.0 + - git+https://github.com/openforcefield/alchemiscale.git@v0.4.0 - 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 53c35424..2e033e00 100644 --- a/devtools/conda-envs/alchemiscale-compute.yml +++ b/devtools/conda-envs/alchemiscale-compute.yml @@ -27,5 +27,5 @@ dependencies: - pip: - async_lru - - git+https://github.com/openforcefield/alchemiscale.git@release-v0.4.0 + - git+https://github.com/openforcefield/alchemiscale.git@v0.4.0 - 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 669aa3b6..8dee891b 100644 --- a/devtools/conda-envs/alchemiscale-server.yml +++ b/devtools/conda-envs/alchemiscale-server.yml @@ -46,5 +46,5 @@ dependencies: - pip: - async_lru - - git+https://github.com/openforcefield/alchemiscale.git@release-v0.4.0 + - git+https://github.com/openforcefield/alchemiscale.git@v0.4.0 - git+https://github.com/choderalab/perses.git@protocol-neqcyc