Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set minimum for openmmforcefields version in conda envs to 0.12.0 #193

Merged
merged 4 commits into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion devtools/conda-envs/alchemiscale-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ channels:
- openeye
dependencies:
- pip
- python =3.11
- python =3.10

# alchemiscale dependencies
- gufe=0.9.4
- openfe=0.13.0
- openmmforcefields>=0.12.0
- requests
- click
- httpx
Expand Down
3 changes: 2 additions & 1 deletion devtools/conda-envs/alchemiscale-compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ channels:
- openeye
dependencies:
- pip
- python =3.11
- python =3.10
- cudatoolkit <=11.7 # many actual compute resources are not yet compatible with cudatoolkit >=11.8

# alchemiscale dependencies
- gufe=0.9.4
- openfe=0.13.0
- openmmforcefields>=0.12.0
- requests
- click
- httpx
Expand Down
3 changes: 2 additions & 1 deletion devtools/conda-envs/alchemiscale-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ channels:
- openeye
dependencies:
- pip
- python =3.11
- python =3.10

# alchemiscale dependencies
- gufe=0.9.4
- openfe=0.13.0
- openmmforcefields>=0.12.0
- requests
- click
- pydantic<2.0
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies:
# needed for openfe-benchmark tests
- lomap2>=2.1.0
- openmmtools
- openmmforcefields
- openmmforcefields>=0.12.0

- pip:
- async_lru
Expand Down
Loading