Skip to content

Commit ce02a73

Browse files
committed
Restored pinned version of nbconvert.
1 parent a14a97e commit ce02a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrasterframes/src/main/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def dest_file(self, src_file):
145145
jupyter_client = 'jupyter-client<6.0' # v6 breaks pweave
146146
nbclient = 'nbclient==0.1.0' # compatible with our pweave => jupyter_client restrictions
147147
matplotlib = 'matplotlib'
148-
nbconvert = 'nbconvert'
148+
nbconvert = 'nbconvert==5.5.0'
149149
numpy = 'numpy'
150150
pandas = 'pandas'
151151
pweave = 'pweave==0.30.3'

0 commit comments

Comments
 (0)