Skip to content

Commit

Permalink
Merge branch 'main' into nebari-dev/nebari#2548-bump-jupyter-scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py authored Sep 9, 2024
2 parents 593600f + bdf45f7 commit e0f6783
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions jupyterhub/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- pip==21.1.2
- jupyterhub==5.0.0
- jupyterhub==5.1.0
- jupyterhub-kubespawner==4.2.0
- oauthenticator==16.3.0
- escapism==1.0.1
Expand All @@ -12,6 +12,6 @@ dependencies:
- jupyterhub-idle-culler==1.2.1
- sqlalchemy==1.4.46
- pip:
- nebari-jupyterhub-theme==2024.5.1
- nebari-jupyterhub-theme==2024.7.1
- python-keycloak==0.26.1
- jhub-apps==2024.6.1
- jhub-apps==2024.8.1
12 changes: 6 additions & 6 deletions jupyterlab/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ dependencies:
# jupyterhub/jupyterlab
- nb_conda_kernels
- ipython > 7
- jupyter-server-proxy >=4.2.0
- jupyter-server-proxy >=4.4.0
- "jupyter_server>=2.13.0"
- jupyterlab >=4
- jupyter_client
- jupyter_console
- jupyterhub==5.0.0
- jupyterhub==5.1.0
- nbconvert
- nbval

Expand All @@ -28,7 +28,7 @@ dependencies:
- sidecar >=0.5.0
- ipywidgets >= 8.0.0
- ipyleaflet >=0.13.5
- pyviz_comms >=2.0.1
- pyviz_comms >=3.0.3
- jupyter-resource-usage >=0.6.0
- nbgitpuller
- jupyterlab_code_formatter
Expand All @@ -43,7 +43,7 @@ dependencies:
- python-graphviz
- plotly >=5.0
- ipympl
- bokeh >=3.0
- bokeh >=3.5.2

# testing, docs, linting
- pytest
Expand All @@ -61,8 +61,8 @@ dependencies:
- git+https://github.com/betatim/vscode-binder
- jupyterlab_nvdashboard==0.11.0
- argo-jupyter-scheduler==2024.6.1
- jhub-apps==2024.6.1
- jhub-apps==2024.8.1
- jupyterlab-nebari-mode==0.3.0
- jupyterlab-conda-store==2024.3.1
- jupyterlab-launchpad==1.0.1
- jupyterlab-gallery==0.3.3
- jupyterlab-gallery==0.6.3

0 comments on commit e0f6783

Please sign in to comment.