Skip to content

Commit e39b901

Browse files
committed
Pin net.imglib2:imglib2:6.4.0 on scyjava use case
We require an imglib2 version less than 7.0 for SciJava Ops 1.0.0 - this version is enforced in Java environments thanks to pom-scijava, but is not enforced in Python environments. We will have to pin it until we make the necessary updates for imglib2 v7.0.0
1 parent 1e4fe3d commit e39b901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ops/doc/examples/scyjava.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Activate the ``scijava-ops`` conda/mamba environment and run the following Pytho
129129
130130
# add endpoints
131131
print("[INFO]: Adding endpoints...")
132-
sj.config.endpoints = ['net.imglib2:imglib2',
132+
sj.config.endpoints = ['net.imglib2:imglib2:6.4.0',
133133
'net.imglib2:imglib2-imglyb',
134134
'io.scif:scifio',
135135
'org.scijava:scijava-ops-engine:1.0.0',

0 commit comments

Comments
 (0)