Skip to content

Commit

Permalink
Cleaning imports and adding dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ijpulidos committed Nov 8, 2023
1 parent 40c966b commit 1aa4202
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ channels:
dependencies:
# Base depends
- gufe
- numpy
- openfe # TODO: Remove once we don't depend on openfe
- openff-units
- openmm
- pymbar
- python
- pip

Expand Down
2 changes: 0 additions & 2 deletions feflow/protocols/nonequilibrium_cycling.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@ def _execute(self, ctx, *, state_a, state_b, mapping, settings, **inputs):
trajectory coordinates for systems A and B.
"""
# needed imports
import numpy as np
import openmm
import openmm.unit as openmm_unit
from openff.units.openmm import ensure_quantity
from openmmtools.integrators import PeriodicNonequilibriumIntegrator
from gufe.components import SmallMoleculeComponent
Expand Down

0 comments on commit 1aa4202

Please sign in to comment.