Skip to content

Commit

Permalink
Merge pull request #181 from openforcefield/0.2.0-update-deps-test
Browse files Browse the repository at this point in the history
Updated prod-oriented conda envs to use latest openfe, gufe, and python 3.11
  • Loading branch information
dotsdl authored Sep 23, 2023
2 parents 6db47f8 + 459313c commit 535ea22
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions devtools/conda-envs/alchemiscale-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ channels:
- openeye
dependencies:
- pip
- python =3.10
- python =3.11

# alchemiscale dependencies
- gufe=0.9.1
- openfe=0.11.0
- gufe=0.9.4
- openfe=0.13.0
- requests
- click
- httpx
Expand All @@ -30,5 +30,5 @@ dependencies:
- pip:
- nest_asyncio
- async_lru
- git+https://github.com/openforcefield/alchemiscale.git@v0.1.4
- git+https://github.com/openforcefield/alchemiscale.git@v0.2.0
- git+https://github.com/choderalab/perses.git@protocol-neqcyc
8 changes: 4 additions & 4 deletions devtools/conda-envs/alchemiscale-compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ channels:
- openeye
dependencies:
- pip
- python =3.10
- python =3.11
- cudatoolkit <=11.7 # many actual compute resources are not yet compatible with cudatoolkit >=11.8

# alchemiscale dependencies
- gufe=0.9.1
- openfe=0.11.0
- gufe=0.9.4
- openfe=0.13.0
- requests
- click
- httpx
Expand All @@ -26,5 +26,5 @@ dependencies:

- pip:
- async_lru
- git+https://github.com/openforcefield/alchemiscale.git@v0.1.4
- git+https://github.com/openforcefield/alchemiscale.git@v0.2.0
- git+https://github.com/choderalab/perses.git@protocol-neqcyc
8 changes: 4 additions & 4 deletions devtools/conda-envs/alchemiscale-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ channels:
- openeye
dependencies:
- pip
- python =3.10
- python =3.11

# alchemiscale dependencies
- gufe=0.9.1
- openfe=0.11.0
- gufe=0.9.4
- openfe=0.13.0
- requests
- click
- pydantic<2.0
Expand Down Expand Up @@ -44,5 +44,5 @@ dependencies:

- pip:
- async_lru
- git+https://github.com/openforcefield/alchemiscale.git@v0.1.4
- git+https://github.com/openforcefield/alchemiscale.git@v0.2.0
- 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.1.4-1
$ git checkout v0.2.0

$ conda env create -f devtools/conda-envs/alchemiscale-client.yml

Expand Down

0 comments on commit 535ea22

Please sign in to comment.