Skip to content

Commit

Permalink
Merge pull request #71 from ktaletsk/patch-1
Browse files Browse the repository at this point in the history
Update to Jupyter Client 7
  • Loading branch information
trungleduc authored Dec 22, 2021
2 parents 8299280 + 8bee29b commit 0fd4874
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 @@ -10,7 +10,7 @@ source:
sha256: 97ae429ca4b16a7a3fcf553d795b052ebe92d5db2113553a00b13e68eb4b7528

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
entry_points:
Expand All @@ -25,7 +25,7 @@ requirements:
run:
- python >=3.6
- nbconvert >=6.0.0,<7
- jupyter_client >=6.1.3,<7
- jupyter_client >=6.1.3,<8
- jupyter_server >=0.3.0,<2
- nbclient >=0.4.0,<0.6
- websockets >=9
Expand Down

0 comments on commit 0fd4874

Please sign in to comment.