Skip to content

Commit

Permalink
Merge pull request conda-forge#349 from bollwyvl/jupyterlab-350
Browse files Browse the repository at this point in the history
jupyterlab 3.5.0
  • Loading branch information
bollwyvl authored Oct 24, 2022
2 parents bc4841c + 38a8431 commit b1c2015
Showing 1 changed file with 3 additions and 3 deletions.
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 = "3.4.8" %}
{% set version = "3.5.0" %}

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

source:
url: https://pypi.io/packages/source/j/jupyterlab/jupyterlab-{{ version }}.tar.gz
sha256: 1fafb8b657005d91603f3c3adfd6d9e8eaf33fdc601537fef09283332efe67cb
sha256: e02556c8ea1b386963c4b464e4618aee153c5416b07ab481425c817a033323a2

build:
noarch: python
Expand All @@ -28,7 +28,7 @@ requirements:
- ipython
- jinja2 >=2.10
- jupyter_core
- jupyter_server >=1.16,<2
- jupyter_server >=1.16,<3
- jupyterlab_server >=2.10,<3
- nbclassic
- notebook <7
Expand Down

0 comments on commit b1c2015

Please sign in to comment.