Skip to content

Commit 5998ac0

Browse files
authored
fix: Pin mistune to 3.0.2
mistune introduced a bug in 3.10 that's causing nbconvert to fail; this change pins the version until the bug is fixed.
1 parent be36509 commit 5998ac0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jaxlib==0.4.29 # Jaxlib 0.4.31 requires Python >=3.10
1313
jinja2==3.1.4
1414
markupsafe==3.0.2
1515
matplotlib==3.9.3
16+
mistune==3.0.2 # pin until https://github.com/lepture/mistune/issues/403 is resolved
1617
ml-dtypes==0.5.0
1718
mypy-extensions==1.0.0
1819
numpy==1.26.4 # Numpy 2.1.0 requires Python >=3.10, cirq-core 1.4.0 depends on numpy~=1.22

0 commit comments

Comments
 (0)