We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fabd57 commit 25c1ec2Copy full SHA for 25c1ec2
.github/workflows/build-publish.yml
@@ -63,7 +63,7 @@ jobs:
63
64
65
- name: Install dependencies
66
- run: pip3 install notebook nbconvert jupyter-book nbconvert==6.5.3 --upgrade
+ run: pip3 install notebook nbconvert jupyter-book --upgrade
67
- name: Test notebooks in parallel
68
run: |
69
python3 -c "from pyvista import start_xvfb; start_xvfb(0.1)"
docker/requirements.txt
@@ -5,7 +5,7 @@ jupyterlab
5
jupyter-book
6
7
# Notebook conversion
8
-nbconvert==6.5.3
+nbconvert
9
10
# Meshio
11
meshio
0 commit comments