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 cdc42c2 commit d7a124aCopy full SHA for d7a124a
org.knime.knip.knimepython.feature/feature.xml
@@ -726,6 +726,11 @@ interoperation with KNIME. The owner of a Node may freely choose the
726
license terms applicable to such Node, including when such Node is
727
propagated with or for interoperation with KNIME.
728
</license>
729
+
730
731
+ <requires>
732
+ <import feature="org.knime.python" version="3.2.0" match="greaterOrEqual"/>
733
+ </requires>
734
735
<plugin
736
id="org.knime.knip.knimepython"
@@ -734,10 +739,4 @@ propagated with or for interoperation with KNIME.
739
version="0.0.0"
740
unpack="false"/>
741
737
- <plugin
738
- id="org.knime.python"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
742
-
743
</feature>
0 commit comments