Upgrade some packages

Should upgrade base python version separately
This commit is contained in:
YuviPanda
2023-01-10 16:40:59 -08:00
committed by Min RK
parent fedb185bdf
commit 12316c3256
2 changed files with 10 additions and 14 deletions

View File

@@ -121,14 +121,13 @@ def ensure_jupyterhub_package(prefix):
conda.ensure_pip_packages( conda.ensure_pip_packages(
prefix, prefix,
[ [
"SQLAlchemy<2.0.0", "jupyterhub==3.1.*",
"jupyterhub==1.*", "jupyterhub-systemdspawner==0.17.*",
"jupyterhub-systemdspawner==0.16.*",
"jupyterhub-firstuseauthenticator==1.*", "jupyterhub-firstuseauthenticator==1.*",
"jupyterhub-nativeauthenticator==1.*", "jupyterhub-nativeauthenticator==1.*",
"jupyterhub-ldapauthenticator==1.*", "jupyterhub-ldapauthenticator==1.*",
"jupyterhub-tmpauthenticator==0.6.*", "jupyterhub-tmpauthenticator==0.6",
"oauthenticator==14.*", "oauthenticator==15.*",
"jupyterhub-idle-culler==1.*", "jupyterhub-idle-culler==1.*",
"git+https://github.com/yuvipanda/jupyterhub-configurator@317759e17c8e48de1b1352b836dac2a230536dba", "git+https://github.com/yuvipanda/jupyterhub-configurator@317759e17c8e48de1b1352b836dac2a230536dba",
], ],

View File

@@ -8,17 +8,14 @@
# For JupyterHub 1.x SQLAlchemy below 2.0.0 # For JupyterHub 1.x SQLAlchemy below 2.0.0
SQLAlchemy<2.0.0 SQLAlchemy<2.0.0
# JupyterHub + notebook package are base requirements for user environment # JupyterHub + notebook package are base requirements for user environment
jupyterhub==1.* jupyterhub==3.1.*
notebook==6.* notebook==6.5.*
# Install additional notebook frontends! # Install additional notebook frontends!
jupyterlab==3.* jupyterlab==3.*
nteract-on-jupyter==2.* nteract-on-jupyter==2.1.*
# Install jupyterlab extensions from PyPI
# nbgitpuller for easily pulling in Git repositories # nbgitpuller for easily pulling in Git repositories
nbgitpuller==1.* nbgitpuller==1.1.*
# jupyter-resource-usage to show people how much RAM they are using # jupyter-resource-usage to show people how much RAM they are using
jupyter-resource-usage==0.6.* jupyter-resource-usage==0.7.*
# Most people consider ipywidgets to be part of the core notebook experience # Most people consider ipywidgets to be part of the core notebook experience
ipywidgets==7.* ipywidgets==8.*
# Pin tornado
tornado>=6.1