Skip to content

Commit 25e7ed9

Browse files
authored
Troubleshoot new nbformat (pandas-dev#41453)
1 parent 54662c4 commit 25e7ed9

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
@@ -70,7 +70,7 @@ dependencies:
7070

7171
# unused (required indirectly may be?)
7272
- ipywidgets
73-
- nbformat=5.0.8
73+
- nbformat
7474
- notebook>=5.7.5
7575
- pip
7676

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pytest-instafail
4444
seaborn
4545
statsmodels
4646
ipywidgets
47-
nbformat==5.0.8
47+
nbformat
4848
notebook>=5.7.5
4949
pip
5050
blosc

0 commit comments

Comments
 (0)