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 Jupyter Client 7 #71

Merged
merged 2 commits into from
Dec 22, 2021
Merged
Changes from all 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
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