choderalab / feflow

Recipes and protocols for molecular free energy calculations using the openmmtools/perses and Open Free Energy toolkits
MIT License
10 stars 1 forks source link

Clean up deps before conda-forge release #9

Closed mikemhenry closed 7 months ago

mikemhenry commented 8 months ago

I think we are ready to release this on conda-forge soon :tm: but it would be nice to fix the deps listed in https://github.com/choderalab/feflow/blob/main/devtools/conda-envs/test_env.yaml since I will use them as a guide when making the conda-forge package. Right now it looks too small, for example, we explicitly import openff-units here https://github.com/choderalab/feflow/blob/main/feflow/protocols/nonequilibrium_cycling.py#L23 but it isn't listed as a dependency. Anything we explicitly import (IMHO) should be listed and we should not rely on pulling things in implicitly because a dependency we have pulls it in.