Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to JupyterLab 4.0.0a31 #350

Merged
merged 5 commits into from
Nov 20, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cdt_name:
- cos6
channel_sources:
- conda-forge
- conda-forge/label/jupyter_server_rc,conda-forge
channel_targets:
- conda-forge jupyterlab_alpha
docker_image:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
channel_targets:
- conda-forge jupyterlab_alpha
channel_sources:
- conda-forge/label/jupyter_server_rc,conda-forge
7 changes: 3 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "4.0.0a30" %}
{% set version = "4.0.0a31" %}

package:
name: jupyterlab
version: {{ version }}

source:
url: https://pypi.io/packages/source/j/jupyterlab/jupyterlab-{{ version }}.tar.gz
sha256: c2154cd6d79c9d2f249fd44a101761e2b19c637b391b797657a4de019a9b549e
sha256: f1e11205ad5ba073ae35c3c3a07f912ee4100404844336187e150a2a01c7ef79

build:
noarch: python
Expand All @@ -33,8 +33,7 @@ requirements:
- jinja2 >=3.0.3
- jupyter_core
- jupyter-lsp >=1.5.1
- jupyter_server >=1.16.0,<3
- jupyter_ydoc >=0.2.0,<0.3.0
- jupyter_server >=2.0.0rc3,<3
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be blocking on jupyter_server 2 to be available on conda.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- jupyter_server_ydoc >=0.1.12,<0.2.0
fcollonval marked this conversation as resolved.
Show resolved Hide resolved
- jupyterlab_server >=2.11.1,<3
- notebook-shim >=0.1
Expand Down