Skip to content

Commit

Permalink
Merge pull request #309 from OpenFreeEnergy/release-0.5.1-prep
Browse files Browse the repository at this point in the history
Prepping prod environments for v0.5.1 release
  • Loading branch information
dotsdl authored Oct 5, 2024
2 parents d6019af + 12ea043 commit 7f57c64
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 @@ -32,4 +32,4 @@ dependencies:
- plyvel

- pip:
- git+https://github.com/OpenFreeEnergy/[email protected].0
- git+https://github.com/OpenFreeEnergy/[email protected].1
2 changes: 1 addition & 1 deletion devtools/conda-envs/alchemiscale-compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ dependencies:
- openmmforcefields>=0.14.1

- pip:
- git+https://github.com/OpenFreeEnergy/[email protected].0
- git+https://github.com/OpenFreeEnergy/[email protected].1
2 changes: 1 addition & 1 deletion devtools/conda-envs/alchemiscale-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ dependencies:
- plyvel

- pip:
- git+https://github.com/OpenFreeEnergy/[email protected].0
- git+https://github.com/OpenFreeEnergy/[email protected].1
2 changes: 1 addition & 1 deletion docs/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Clone alchemiscale from Github, and switch to the latest release tag::

$ git clone https://github.com/OpenFreeEnergy/alchemiscale.git
$ cd alchemiscale
$ git checkout v0.5.0
$ git checkout v0.5.1

Create a conda environment using, e.g. `micromamba`_::

Expand Down

0 comments on commit 7f57c64

Please sign in to comment.