Running pip install oauthenticator==1.*
should include the --upgrade flag - right?
#732
Labels
pip install oauthenticator==1.*
should include the --upgrade flag - right?
#732
If we don't pin our dependencies like
oauthenticator==0.10.0
, but do something likeoauthenticator==1.*
, then we should pin do--upgrade
as well, right?the-littlest-jupyterhub/tljh/conda.py
Lines 127 to 138 in c6c6e34
the-littlest-jupyterhub/tljh/installer.py
Lines 131 to 146 in c6c6e34
Related
The text was updated successfully, but these errors were encountered: