Skip to content
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
6 changes: 3 additions & 3 deletions devtools/conda-envs/alchemiscale-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ dependencies:
- cuda-version >=12

# alchemiscale dependencies
- gufe=1.6.1
- openfe=1.6.1
- gufe=1.10.0
- openfe=1.11.1
- requests
- click
- httpx
Expand All @@ -26,7 +26,7 @@ dependencies:
- nest-asyncio

# openmm protocols
- feflow=0.1.4
- feflow=0.2.1

# additional pins
- openmm=8.2.0
Expand Down
6 changes: 3 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:
- cuda-version >=12

# alchemiscale dependencies
- gufe=1.6.1
- openfe=1.6.1
- gufe=1.10.0
- openfe=1.11.1
- requests
- click
- httpx
Expand All @@ -22,7 +22,7 @@ dependencies:
- stratocaster

# openmm protocols
- feflow=0.1.4
- feflow=0.2.1

# additional pins
- openmm=8.2.0
Expand Down
6 changes: 3 additions & 3 deletions devtools/conda-envs/alchemiscale-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ dependencies:
- cuda-version >=12

# alchemiscale dependencies
- gufe=1.6.1
- openfe=1.6.1
- gufe=1.10.0
- openfe=1.11.1
- requests
- click
- pydantic >2
Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies:
- cryptography

# openmm protocols
- feflow=0.1.4
- feflow=0.2.1

# additional pins
- openmm=8.2.0
Expand Down
6 changes: 3 additions & 3 deletions devtools/conda-envs/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dependencies:
- cuda-version >=12

# alchemiscale dependencies
- gufe =1.7.1
- openfe =1.8.0
- gufe =1.10.0
- openfe =1.11.1
- pydantic >2
- pydantic-settings
- async-lru
Expand Down Expand Up @@ -41,7 +41,7 @@ dependencies:
- cryptography

# openmm protocols
- feflow>=0.1.4
- feflow =0.2.1

## cli
- click
Expand Down
Loading