Skip to content

Commit

Permalink
jupyterlab 4.2.0 (#432)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored May 6, 2024
2 parents 0b3eb64 + 2ea0c7c commit d79f782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -10,6 +6,3 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "4.1.8" %}
{% set version = "4.2.0" %}

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

source:
url: https://pypi.io/packages/source/j/jupyterlab/jupyterlab-{{ version }}.tar.gz
sha256: 3384aded8680e7ce504fd63b8bb89a39df21c9c7694d9e7dc4a68742cdb30f9b
sha256: 356e9205a6a2ab689c47c8fe4919dba6c076e376d03f26baadc05748c2435dd5

build:
noarch: python
Expand Down Expand Up @@ -35,7 +35,7 @@ requirements:
- jupyter_core
- jupyter_server >=2.4.0,<3
- jupyter-lsp >=2.0.0
- jupyterlab_server >=2.27.1,<3
- jupyterlab_server >=2.19.0,<3
- notebook-shim >=0.2
- packaging
- python >=3.8
Expand Down

0 comments on commit d79f782

Please sign in to comment.