Skip to content

Commit 25c1ec2

Browse files
authored
Remove pin nbconvert (#96)
* Try removing pinning * more pin removal
1 parent 8fabd57 commit 25c1ec2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464

6565
- name: Install dependencies
66-
run: pip3 install notebook nbconvert jupyter-book nbconvert==6.5.3 --upgrade
66+
run: pip3 install notebook nbconvert jupyter-book --upgrade
6767
- name: Test notebooks in parallel
6868
run: |
6969
python3 -c "from pyvista import start_xvfb; start_xvfb(0.1)"

docker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jupyterlab
55
jupyter-book
66

77
# Notebook conversion
8-
nbconvert==6.5.3
8+
nbconvert
99

1010
# Meshio
1111
meshio

0 commit comments

Comments
 (0)