Skip to content

Commit

Permalink
Pin notebook 7.0.x vs jupyterlab 4.0.x (#662)
Browse files Browse the repository at this point in the history
* pin notebook 7.0.x to jupyterlab 4.0.x

* pin notebook 7.0.x against jupyterlab 4.0.x
  • Loading branch information
bollwyvl authored Feb 17, 2024
1 parent b816bc1 commit a4957d5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions recipe/patch_yaml/notebook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,18 @@ then:
- tighten_depends:
name: traitlets
upper_bound: 5.10.0
---
# while the python-level compatibility is fine, some browser assets are broken
# see:
# - https://github.com/jupyter/notebook/issues/7248
# - https://github.com/conda-forge/notebook-feedstock/pull/144
if:
name: notebook
timestamp_lt: 1707513052000
then:
- replace_depends:
old: jupyterlab >=4.0.7,<5
new: jupyterlab >=4.0.7,<4.1.0a0
- replace_depends:
old: jupyterlab >=4.0.2,<5
new: jupyterlab >=4.0.2,<4.1.0a0

0 comments on commit a4957d5

Please sign in to comment.