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
We have pins to the patch version in our environment.yml file, and when users clone that and make changes, I think that sets a bad precedence for them.
I've maintained docker images for several years, and having things pinned and not pinned has pro's and con's, but I'm a firm believer that we and people cloning this repo will end up benefiting from not pinning dependencies overall.
Action point
Indicate disagreement or agreement to take the action of unpinning the following dependencies entirely
I think we have to have some control over jupyterhub-singleuser and nbgitpuller, and the default python version on repo2docker was far too old. Perhaps one way to deal with this is to specify minimum required versions here rather than pin as we have?
I think we have to have some control over jupyterhub-singleuser and nbgitpuller, and the default python version on repo2docker was far too old. Perhaps
I concur about maintaining control of some specific packages (like the ones mentioned by @yuvipanda). For any others, let'em fly free, IMHO.
We have pins to the patch version in our environment.yml file, and when users clone that and make changes, I think that sets a bad precedence for them.
I've maintained docker images for several years, and having things pinned and not pinned has pro's and con's, but I'm a firm believer that we and people cloning this repo will end up benefiting from not pinning dependencies overall.
Action point
Indicate disagreement or agreement to take the action of unpinning the following dependencies entirely
jupyter_contrib_nbextensions==0.5.1
jupyterhub-singleuser>=3.0,<4.0
nbgitpuller=1.1.*
hub-user-image-template/environment.yml
Lines 7 to 14 in f9aff1e
The text was updated successfully, but these errors were encountered: