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
Use setuptools? Would allow specifying optional dependencies as "extras", so, e.g., to install petlx with all optional dependencies you could do pip install petlx[all].
Use setuptools? Would allow specifying optional dependencies as "extras", so, e.g., to install petlx with all optional dependencies you could do
pip install petlx[all].