Skip to content

Commit

Permalink
Merge pull request #26 from bollwyvl/remove-jupyterlab-pin
Browse files Browse the repository at this point in the history
relax jupyterlab run_constrained to work with jupyterlab 4
  • Loading branch information
martinRenou authored May 16, 2023
2 parents 1fe41e7 + e894b69 commit 56cad49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source:
url: https://pypi.io/packages/source/j/jupyterlab_widgets/jupyterlab_widgets-{{ version }}.tar.gz
sha256: c3a50ed5bf528a0c7a869096503af54702f86dda1db469aee1c92dc0c01b43ca
build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . -vv

Expand All @@ -22,7 +22,7 @@ requirements:
- python >=3.7

run_constrained:
- jupyterlab >=3,<4
- jupyterlab >=3,<5

test:
imports:
Expand Down

0 comments on commit 56cad49

Please sign in to comment.