Skip to content

Commit

Permalink
Merge pull request #190 from openforcefield/rc-0.2.1
Browse files Browse the repository at this point in the history
Updates for release 0.2.1
  • Loading branch information
dotsdl authored Oct 6, 2023
2 parents 8f2b77e + 0ab7ca6 commit 813cc5a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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/[email protected].0
- git+https://github.com/openforcefield/[email protected].1
- 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/[email protected].0
- git+https://github.com/openforcefield/[email protected].1
- 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/[email protected].0
- git+https://github.com/openforcefield/[email protected].1
- git+https://github.com/choderalab/perses.git@protocol-neqcyc
2 changes: 1 addition & 1 deletion docs/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 813cc5a

Please sign in to comment.