This repository was archived by the owner on Nov 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77Bundle-Vendor : Netherlands eScience Center
88Require-Bundle : org.knime.core;bundle-version="[3.1.0,4.0.0)",
99 org.knime.base;bundle-version="[3.1.0,4.0.0)",
10- org.knime.python2;bundle-version="[3.5.0,4.0.0)"
10+ org.knime.python2;bundle-version="[3.5.0,4.0.0)",
11+ org.knime.python2.serde.csv;bundle-version="[3.5.0,4.0.0)",
12+ org.knime.python2.serde.flatbuffers;bundle-version="[3.5.0,4.0.0)",
13+ org.knime.python2.serde.arrow;bundle-version="[3.5.0,4.0.0)",
14+ org.knime.python2.serde.arrow.libs;bundle-version="[3.5.0,4.0.0)"
1115Bundle-ClassPath : .
1216Export-Package : nl.esciencecenter.e3dchem.python
Original file line number Diff line number Diff line change @@ -8,9 +8,8 @@ Require-Bundle: org.junit;bundle-version="4.12.0",
88 org.knime.core;bundle-version="[3.1.0,4.0.0)",
99 org.knime.base;bundle-version="[3.1.0,4.0.0)",
1010 org.knime.testing;bundle-version="[3.1.0,4.0.0)",
11- org.knime.python2.serde.flatbuffers;bundle-version="[3.0.0,4.0.0)",
12- nl.esciencecenter.e3dchem.python.plugin,
13- org.knime.python2
11+ org.knime.python2;bundle-version="[3.5.0,4.0.0)",
12+ nl.esciencecenter.e3dchem.python.plugin
1413Bundle-Vendor : Netherlands eScience Center
1514Bundle-ClassPath : .,
1615 lib/mockito-core-2.7.11.jar,
You can’t perform that action at this time.
0 commit comments