Skip to content

Commit

Permalink
Pin JupyterLab <3
Browse files Browse the repository at this point in the history
A lot of extensions used with pangeo (such as jupyterlab-git (see jupyterlab/jupyterlab-git#1245))
are not compatible with JupyterLab 4.0 yet. This PR pins
jupyterlab to 3.x until some of the downstream extensions are compatible.
  • Loading branch information
yuvipanda committed Jun 30, 2023
1 parent a1b2d40 commit 0726a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
@@ -1,4 +1,4 @@
{% set version = "2023.06.28" %}
{% set version = "2023.06.30" %}

package:
name: pangeo-notebook
Expand All @@ -15,7 +15,7 @@ requirements:
- ipywidgets =8.0.6
- jupyter-server-proxy =4.0.0
- jupyterhub-singleuser =4.0.1
- jupyterlab =4.0.2
- jupyterlab <4.0
- nbgitpuller =1.1.1

test:
Expand Down

0 comments on commit 0726a9e

Please sign in to comment.