You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current ForceBalance code on master seems to be requiring lxml, networkx, pymbar, six, and future (for python 2 users) that could be added to setup.py. Is there a reason they are not specified in setup.py?
The text was updated successfully, but these errors were encountered:
You are correct about the dependencies. I'm not familiar with how I should be specifying the dependencies in setup.py, as most of my collaborators are using the conda package manager these days (it automatically installs the required packages).
If you could demonstrate how to specify the dependencies in setup.py in a way that "plays well" with the other package managers, I would be happy to add it.
The current ForceBalance code on master seems to be requiring
lxml
,networkx
,pymbar
,six
, andfuture
(for python 2 users) that could be added tosetup.py
. Is there a reason they are not specified insetup.py
?The text was updated successfully, but these errors were encountered: