Skip to content

Commit

Permalink
Merge pull request #10 from choderalab/clean-deps
Browse files Browse the repository at this point in the history
Cleaning imports and adding dependencies
  • Loading branch information
mikemhenry authored Dec 7, 2023
2 parents 6c17003 + 05ab4bc commit e01057c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 5 additions & 3 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: feflow-test
channels:
- conda-forge
- defaults
dependencies:
# Base depends
- gufe
- gufe >=0.9.5
- numpy
- openfe # TODO: Remove once we don't depend on openfe
- pip
- openff-units
- openmm
- pymbar <4
- pydantic=1 # TODO: Modify when we support pydantic 2
- python

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 @@ -119,9 +119,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 e01057c

Please sign in to comment.