Skip to content

Commit

Permalink
Merge pull request #334 from OpenFreeEnergy/v0.5.2-release
Browse files Browse the repository at this point in the history
Release v0.5.2 preparation
  • Loading branch information
dotsdl authored Nov 21, 2024
2 parents 11eda18 + 27a00e6 commit 8fec9d4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 20 deletions.
11 changes: 4 additions & 7 deletions devtools/conda-envs/alchemiscale-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ dependencies:
- python=3.12

# alchemiscale dependencies
- gufe=1.0.0
- openfe=1.1.0
- gufe=1.1.0
- openfe=1.2.0
- requests
- click
- httpx
Expand All @@ -26,10 +26,7 @@ dependencies:
# additional pins
- openmm=8.1.2
- openmmforcefields>=0.14.1

# alchemiscale-fah dependencies
- cryptography
- plyvel
- openff-units=0.2.2

- pip:
- git+https://github.com/OpenFreeEnergy/alchemiscale.git@v0.5.1
- git+https://github.com/OpenFreeEnergy/alchemiscale.git@v0.5.2
7 changes: 4 additions & 3 deletions devtools/conda-envs/alchemiscale-compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ dependencies:
- cudatoolkit =11.8

# alchemiscale dependencies
- gufe=1.0.0
- openfe=1.1.0
- gufe=1.1.0
- openfe=1.2.0
- requests
- click
- httpx
Expand All @@ -22,6 +22,7 @@ dependencies:
# additional pins
- openmm=8.1.2
- openmmforcefields>=0.14.1
- openff-units=0.2.2

- pip:
- git+https://github.com/OpenFreeEnergy/alchemiscale.git@v0.5.1
- git+https://github.com/OpenFreeEnergy/alchemiscale.git@v0.5.2
11 changes: 4 additions & 7 deletions devtools/conda-envs/alchemiscale-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ dependencies:
- python=3.12

# alchemiscale dependencies
- gufe=1.0.0
- openfe=1.1.0
- gufe=1.1.0
- openfe=1.2.0

- requests
- click
Expand All @@ -30,7 +30,6 @@ dependencies:
- gunicorn
- python-jose
- bcrypt
- python-multipart=0.0.12 # temporarily pinned due to broken 0.14 release on conda-forge
- starlette
- httpx
- cryptography
Expand All @@ -41,12 +40,10 @@ dependencies:
# additional pins
- openmm=8.1.2
- openmmforcefields>=0.14.1
- openff-units=0.2.2

# deployment
- curl # used in healthchecks for API services

# alchemiscale-fah dependencies
- plyvel

- pip:
- git+https://github.com/OpenFreeEnergy/alchemiscale.git@v0.5.1
- git+https://github.com/OpenFreeEnergy/alchemiscale.git@v0.5.2
4 changes: 2 additions & 2 deletions devtools/conda-envs/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dependencies:
- pip

# alchemiscale dependencies
- gufe>=1.0.0
- openfe>=1.1.0
- gufe>=1.1.0
- openfe>=1.2.0
- pydantic<2.0
- async-lru

Expand Down
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.1
$ git checkout v0.5.2

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

Expand Down

0 comments on commit 8fec9d4

Please sign in to comment.