Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try out jupyterhub 1.2.0b1 #1841

Merged
merged 1 commit into from Oct 16, 2020
Merged

Conversation

minrk
Copy link
Member

@minrk minrk commented Oct 16, 2020

and bumps dependencies in hub image

I had to tweak things a bit since our freezing code didn't play nice with the fact that the jupyterhub version is specified both inside requirements.txt and as a separate arg, which results in a conflict when the two versions don't match. I'm not sure what exactly is the best way to deal with that. Perhaps put jupyterhub version in requirements.in instead?

several were removed due to googleapis/google-auth-library-python#619 making aiohttp an optional dependency of google-auth. I think this is fine and shouldn't affect us, since this is a transitive dependency and we don't directly use google-auth + aiohttp. Presumably tests will reveal if we should add google-auth[aiohttp] as a dependency...

installing jupyterhub and requirements.txt on the same line doesn't work for upgrades

due to the conflict of jupyterhub being mentioned twice.
Perhaps better would be to exclude jupyterhub itself from requirements.txt?
Doesn't seem to be supported without post-processing
@consideRatio consideRatio merged commit e46830f into jupyterhub:master Oct 16, 2020
@consideRatio
Copy link
Member

Thanks @minrk for making a note about the duplicate version specification, I'm not sure either, but I really love your tooling with requirements.in being built in a dockerfile to requirements.txt! ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants