File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ Requirements:
1010 * matplotlib (optional)
1111 * pygraphviz (optional)
1212 * PIL (optional)
13- * JDK 8 or later (OpenJDK 11 recommended)
13+ * lxml (optional)
14+ * OpenJDK 11 (or later)
1415
1516Uses:
1617* Weka (3.9.6)
Original file line number Diff line number Diff line change @@ -36,8 +36,9 @@ The library has the following requirements:
3636 * pygraphviz (optional)
3737 * PIL (optional)
3838 * matplotlib (optional)
39+ * lxml (optional)
3940
40- * Oracle JDK 1.8 or later (JDK 11 recommended )
41+ * OpenJDK 11 ( or later)
4142
4243Uses:
4344
Original file line number Diff line number Diff line change @@ -227,6 +227,7 @@ You need to install the following Python packages:
227227* pillow
228228* matplotlib
229229* pygraphviz
230+ * lxml
230231* python-javabridge
231232
232233Once these libraries are installed, you can use ``pip `` to install the remaining
You can’t perform that action at this time.
0 commit comments