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
setup.py comments out the PyQt5 dependency. I believe this is because conda calls the package pyqt but PyPI calls it PyQt5 so we were having a hard time adding the package name to the conda environment and the package setup. We should resolve this so that pip install ml4bio pulls in all dependencies correctly.
The text was updated successfully, but these errors were encountered:
setup.py
comments out thePyQt5
dependency. I believe this is because conda calls the packagepyqt
but PyPI calls itPyQt5
so we were having a hard time adding the package name to the conda environment and the package setup. We should resolve this so thatpip install ml4bio
pulls in all dependencies correctly.The text was updated successfully, but these errors were encountered: