Skip to content

Commit fa2241d

Browse files
Backport PR #39177: CI: Pin nbformat to 5.0.8 (#39179)
Co-authored-by: patrick <[email protected]>
1 parent 250d216 commit fa2241d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies:
6868

6969
# unused (required indirectly may be?)
7070
- ipywidgets
71-
- nbformat
71+
- nbformat=5.0.8
7272
- notebook>=5.7.5
7373
- pip
7474

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pytest-instafail
4242
seaborn
4343
statsmodels
4444
ipywidgets
45-
nbformat
45+
nbformat==5.0.8
4646
notebook>=5.7.5
4747
pip
4848
blosc

0 commit comments

Comments
 (0)