Skip to content

Commit

Permalink
Update python version to python2
Browse files Browse the repository at this point in the history
  • Loading branch information
dietzc committed Dec 2, 2017
1 parent 62ba644 commit 4c60e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org.knime.knip.knimepython.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ propagated with or for interoperation with KNIME.
</license>

<requires>
<import feature="org.knime.features.python" version="3.2.0" match="greaterOrEqual"/>
<import feature="org.knime.features.python2" version="3.5.0" match="greaterOrEqual"/>
</requires>

<plugin
Expand Down
3 changes: 1 addition & 2 deletions org.knime.knip.knimepython/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ Require-Bundle: org.knime.base;bundle-version="2.11.0",
scijava-common;bundle-version="2.37.0",
imagej-common;bundle-version="0.12.1",
scifio-bf-compat;bundle-version="1.11.0",
org.knime.python.typeextensions;bundle-version="3.4.0",
org.knime.python2;bundle-version="3.4.0"
org.knime.python.typeextensions;bundle-version="3.4.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: .
Export-Package: org.knime.knip.knimepython
Expand Down

0 comments on commit 4c60e1f

Please sign in to comment.