diff --git a/jupyterhub/environment.yaml b/jupyterhub/environment.yaml index a35931c..76694fe 100644 --- a/jupyterhub/environment.yaml +++ b/jupyterhub/environment.yaml @@ -11,8 +11,7 @@ dependencies: - kubernetes_asyncio - jupyterhub-idle-culler==1.2.1 - sqlalchemy==1.4.46 + - jhub-apps==2024.1.2 - pip: - nebari-jupyterhub-theme - python-keycloak==0.26.1 - # TODO: Replace with the latest released version - - git+https://github.com/nebari-dev/jhub-apps.git@3c614c8af92d5936f5b24beaac02fedc4ae1f754 diff --git a/jupyterlab/environment.yaml b/jupyterlab/environment.yaml index 11e484b..f00c8cb 100644 --- a/jupyterlab/environment.yaml +++ b/jupyterlab/environment.yaml @@ -20,6 +20,9 @@ dependencies: - nbconvert - nbval + # jupyterhub extension + - jhub-apps==2024.1.2 + # jupyterlab extensions - dask_labextension >= 5.3.0 - jupyterlab-git >=0.30.0 @@ -55,4 +58,4 @@ dependencies: # vscode jupyterlab launcher - git+https://github.com/betatim/vscode-binder - argo-jupyter-scheduler==2023.7.1 - - jupyter_ai + - jupyter_ai \ No newline at end of file