Skip to content

Commit

Permalink
Merge pull request #165 from ianmkenney/main
Browse files Browse the repository at this point in the history
Fixed version mismatch of alchemiscale in conda environments
  • Loading branch information
dotsdl authored Aug 9, 2023
2 parents ea8d802 + fc248ac commit 2dca4d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devtools/conda-envs/alchemiscale-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ dependencies:
- pip:
- nest_asyncio
- async_lru
- git+https://github.com/openforcefield/alchemiscale.git@v0.1.3
- git+https://github.com/openforcefield/alchemiscale.git@v0.1.4
- git+https://github.com/choderalab/perses.git@protocol-neqcyc
2 changes: 1 addition & 1 deletion devtools/conda-envs/alchemiscale-compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ dependencies:

- pip:
- async_lru
- git+https://github.com/openforcefield/alchemiscale.git@v0.1.3
- git+https://github.com/openforcefield/alchemiscale.git@v0.1.4
- git+https://github.com/choderalab/perses.git@protocol-neqcyc
2 changes: 1 addition & 1 deletion devtools/conda-envs/alchemiscale-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ dependencies:

- pip:
- async_lru
- git+https://github.com/openforcefield/alchemiscale.git@v0.1.3
- git+https://github.com/openforcefield/alchemiscale.git@v0.1.4
- git+https://github.com/choderalab/perses.git@protocol-neqcyc

0 comments on commit 2dca4d0

Please sign in to comment.