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 4a3dafd commit a3b1925Copy full SHA for a3b1925
.github/workflows/notebook-test.yml
@@ -30,7 +30,7 @@ jobs:
30
python3 -m pip install -e ".[test,all]"
31
python3 -m pip install pyimagej
32
python3 -c "import imagej; ij = imagej.init('2.5.0'); print(ij.getVersion())"
33
- python3 -m pip install --upgrade --pre itk
+ python3 -m pip install "itk>=5.3.0"
34
35
- name: Test notebooks
36
run: |
0 commit comments