Skip to content

Commit

Permalink
Add upper bounds to jupyter_client and pyzmq
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoesters committed Aug 1, 2023
1 parent 2c9b53c commit c076846
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 @@ -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 c076846

Please sign in to comment.