Skip to content

Commit

Permalink
Merge pull request #933 from bollwyvl/pin-nbconvert-mistune
Browse files Browse the repository at this point in the history
pin nbconvert <7.16.5 to mistune <3.1
  • Loading branch information
hmaarrfk authored Dec 31, 2024
2 parents df87b9a + 4537013 commit 96e7ab7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions recipe/patch_yaml/nbconvert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,13 @@ if:
timestamp_le: 1680046165000
then:
- add_depends: lxml <5.2.0a0
---
# mistune 3.1 renamed a class member which causes nbconver to fail on import
if:
name: nbconvert-core
version_lt: "7.16.5"
timestamp_le: 1735668549000
then:
- replace_depends:
old: mistune >=2.0.3,<4
new: mistune >=2.0.3,<3.1

0 comments on commit 96e7ab7

Please sign in to comment.