Skip to content

Commit

Permalink
update jhub apps (#113)
Browse files Browse the repository at this point in the history
* test new jhub apps version

* update to jhub-apps 2024.1.5

* use pip for build
  • Loading branch information
dcmcand authored Jan 18, 2024
1 parent 1be561c commit 40fa7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyterhub/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- kubernetes_asyncio
- jupyterhub-idle-culler==1.2.1
- sqlalchemy==1.4.46
- jhub-apps==2024.1.3
- pip:
- nebari-jupyterhub-theme
- python-keycloak==0.26.1
- jhub-apps==2024.1.5
2 changes: 1 addition & 1 deletion jupyterlab/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies:
- nbval

# jupyterhub extension
- jhub-apps==2024.1.3

# jupyterlab extensions
- dask_labextension >= 5.3.0
Expand Down Expand Up @@ -59,3 +58,4 @@ dependencies:
- git+https://github.com/betatim/vscode-binder
- argo-jupyter-scheduler==2024.1.3
- jupyter_ai
- jhub-apps==2024.1.5

0 comments on commit 40fa7db

Please sign in to comment.