Skip to content

Commit

Permalink
Merge pull request #32 from AnacondaRecipes/6.5.4-1
Browse files Browse the repository at this point in the history
Rebuild 6.5.4 to inlude hotfix 202
  • Loading branch information
marcoesters authored Aug 2, 2023
2 parents 4b80f97 + c076846 commit 3146411
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
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

0 comments on commit 3146411

Please sign in to comment.