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

Cleaning imports and adding dependencies #10

Merged
merged 5 commits into from
Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from 3 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: 4 additions & 2 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
- numpy
- openfe # TODO: Remove once we don't depend on openfe
- pip
- openff-units
- openmm
- pymbar
ijpulidos marked this conversation as resolved.
Show resolved Hide resolved
- 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