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 f1c2811 commit 656f7dcCopy full SHA for 656f7dc
docs/ops/doc/examples/scyjava.rst
@@ -130,8 +130,8 @@ Activate the ``scijava-ops`` conda/mamba environment and run the following Pytho
130
# add endpoints
131
print("[INFO]: Adding endpoints...")
132
sj.config.endpoints = ['net.imglib2:imglib2:6.4.0',
133
- 'net.imglib2:imglib2-imglyb',
134
- 'io.scif:scifio',
+ 'net.imglib2:imglib2-imglyb:2.0.1',
+ 'io.scif:scifio:0.46.0',
135
'org.scijava:scijava-ops-engine:1.0.0',
136
'org.scijava:scijava-ops-image:1.0.0']
137
0 commit comments