Skip to content

Commit 4c60e1f

Browse files
committed
Update python version to python2
1 parent 62ba644 commit 4c60e1f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

org.knime.knip.knimepython.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ propagated with or for interoperation with KNIME.
728728
</license>
729729

730730
<requires>
731-
<import feature="org.knime.features.python" version="3.2.0" match="greaterOrEqual"/>
731+
<import feature="org.knime.features.python2" version="3.5.0" match="greaterOrEqual"/>
732732
</requires>
733733

734734
<plugin

org.knime.knip.knimepython/META-INF/MANIFEST.MF

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ Require-Bundle: org.knime.base;bundle-version="2.11.0",
1919
scijava-common;bundle-version="2.37.0",
2020
imagej-common;bundle-version="0.12.1",
2121
scifio-bf-compat;bundle-version="1.11.0",
22-
org.knime.python.typeextensions;bundle-version="3.4.0",
23-
org.knime.python2;bundle-version="3.4.0"
22+
org.knime.python.typeextensions;bundle-version="3.4.0"
2423
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
2524
Bundle-ClassPath: .
2625
Export-Package: org.knime.knip.knimepython

0 commit comments

Comments
 (0)