py-notebook: fix py-nbconvert dep (#29020)
This commit is contained in:
parent
2516885615
commit
800933bbdf
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ class PyNotebook(PythonPackage):
|
|||
depends_on('py-jupyter-client@5.3.1:', type=('build', 'run'), when='@6.0.0:6.0.1')
|
||||
depends_on('py-jupyter-client@5.3.4:', type=('build', 'run'), when='@6.0.2:')
|
||||
depends_on('py-nbformat', type=('build', 'run'))
|
||||
# https://github.com/jupyter/notebook/pull/6286
|
||||
depends_on('py-nbconvert@5:', type=('build', 'run'), when='@5.5:')
|
||||
depends_on('py-nbconvert', type=('build', 'run'))
|
||||
depends_on('py-ipykernel', type=('build', 'run'))
|
||||
depends_on('py-send2trash', type=('build', 'run'), when='@6:')
|
||||
|
|
Loading…
Reference in a new issue