Skip to content

Commit 656f7dc

Browse files
committed
Pin all dependencies in scyjava use case
If anything is unpinned it's not really reproducible.
1 parent f1c2811 commit 656f7dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ops/doc/examples/scyjava.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ Activate the ``scijava-ops`` conda/mamba environment and run the following Pytho
130130
# add endpoints
131131
print("[INFO]: Adding endpoints...")
132132
sj.config.endpoints = ['net.imglib2:imglib2:6.4.0',
133-
'net.imglib2:imglib2-imglyb',
134-
'io.scif:scifio',
133+
'net.imglib2:imglib2-imglyb:2.0.1',
134+
'io.scif:scifio:0.46.0',
135135
'org.scijava:scijava-ops-engine:1.0.0',
136136
'org.scijava:scijava-ops-image:1.0.0']
137137

0 commit comments

Comments
 (0)