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

Rebuild 6.5.4 to inlude hotfix 202 #32

Merged
merged 2 commits into from
Aug 2, 2023
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
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 517209568bd47261e2def27a140e97d49070602eea0d226a696f42a7f16c9a4e

build:
number: 0
number: 1
skip: true # [py<37]
entry_points:
- jupyter-notebook = notebook.notebookapp:main
Expand All @@ -32,14 +32,14 @@ requirements:
- ipykernel
- ipython_genutils
- jinja2
- jupyter_client >=5.3.4
- jupyter_client >=5.3.4,<8
- jupyter_core >=4.6.1
- nbclassic >=0.4.7
- nbconvert >=5
- nbformat
- nest-asyncio >=1.5
- prometheus_client
- pyzmq >=17
- pyzmq >=17,<25
- send2trash >=1.8.0
- terminado >=0.8.3
- tornado >=6.1
Expand Down