Skip to content

Commit 1844c81

Browse files
committed
Pin nbconvert version to fix #958
1 parent 5ddcfbc commit 1844c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ipython
33
jupyter_client
44
jupyter_server>=0.2.0
55
markdown>=3.0,==3.1.1 # pin until we workaround #909, which is a regression in 3.2
6-
nbconvert>=5.4
6+
nbconvert>=5.4,<6.0.0 # pin to fix #958
77
nbformat>=4.2
88
newrelic!=2.80.0.60
99
pycurl

0 commit comments

Comments
 (0)