We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a309bf6 commit bc4f4b9Copy full SHA for bc4f4b9
tljh/installer.py
@@ -283,6 +283,7 @@ def ensure_user_environment(user_requirements_txt_file):
283
#
284
with open(os.path.join(HERE, "requirements-hub-env.txt")) as f:
285
jh_version_spec = [l for l in f if l.startswith("jupyterhub>=")][0]
286
+ jh_version_spec = ["jupyterhub==4.0.*"]
287
conda.ensure_pip_packages(USER_ENV_PREFIX, [jh_version_spec], upgrade=True)
288
289
# Install user environment extras for initial installations
0 commit comments