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
@michaeldorner Thanks for pointing this out. Yes, some of the new modules have dependencies that weren't added to setup.py.
I will push these in a bugfix release shortly. @brendapraggastis
I had to change the first line from
to
to get it to work
Steps to reproduce:
I'm not familiar enough with codelab to give an easier reproduction than this, but I hope there is one.
EDIT: Another option to reproduce:
pip3 install hypernetx
from terminal to trigger automatic installation of all ofinstall_requires
but notextras_require
import hypernetx
from pythonThe text was updated successfully, but these errors were encountered: