-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
21 lines (20 loc) · 839 Bytes
/
MANIFEST.MF
File metadata and controls
21 lines (20 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: KNIME Image Processing - Deep Learning
Bundle-SymbolicName: org.knime.knip.dl;singleton:=true
Bundle-Version: 1.0.2.qualifier
Bundle-Vendor: KNIME GmbH
Require-Bundle: org.knime.knip.base;bundle-version="[1.5.0,2.0.0)",
scijava-common;bundle-version="2.47.0",
imagej-common;bundle-version="0.18.0",
org.knime.knip.core;bundle-version="[1.5.0,2.0.0)",
imagej-ops;bundle-version="0.22.0",
org.knime.base;bundle-version="[3.6.0,6.0.0)",
org.knime.workbench.core;bundle-version="[3.0.0,6.0.0)",
imglib2;bundle-version="3.2.1",
imglib2-roi;bundle-version="0.4.4",
org.knime.dl;bundle-version="[3.4.0,6.0.0)",
org.knime.core;bundle-version="[3.4.0,6.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: knip-deeplearning.jar
Bundle-RequiredExecutionEnvironment: JavaSE-21