Skip to content

Commit

Permalink
Merge pull request #97 from martinRenou/remove_nbclient_pin
Browse files Browse the repository at this point in the history
Remove nbclient dependency higher-bound, as per upstream
  • Loading branch information
martinRenou authored May 23, 2024
2 parents 22c6bfb + 09284d7 commit dd05acc
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: 1aa1a3aef73cc30a9ea4217f13a64269c1cc9185edbf10c2db820fa4ff29525f

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
entry_points:
Expand All @@ -30,7 +30,7 @@ requirements:
- jupyterlab_server >=2.3.0,<3
- jupyter_client >=7.4.4,<=9
- jupyter_server >=2.0.0,<3
- nbclient >=0.4.0,<0.8
- nbclient >=0.4.0
- websockets >=9
- traitlets >=5.0.3,<6
run_constrained:
Expand Down

0 comments on commit dd05acc

Please sign in to comment.