We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14a97e commit ce02a73Copy full SHA for ce02a73
pyrasterframes/src/main/python/setup.py
@@ -145,7 +145,7 @@ def dest_file(self, src_file):
145
jupyter_client = 'jupyter-client<6.0' # v6 breaks pweave
146
nbclient = 'nbclient==0.1.0' # compatible with our pweave => jupyter_client restrictions
147
matplotlib = 'matplotlib'
148
-nbconvert = 'nbconvert'
+nbconvert = 'nbconvert==5.5.0'
149
numpy = 'numpy'
150
pandas = 'pandas'
151
pweave = 'pweave==0.30.3'
0 commit comments