Skip to content

Commit ad0d4ff

Browse files
committed
replaced javabridge with python-javabridge
1 parent b346784 commit ad0d4ff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

DESCRIPTION.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The **python-weka-wrapper3** package makes it easy to run
22
`Weka <http://www.cs.waikato.ac.nz/~ml/weka/>`_ algorithms and filters from
33
within Python 3. It offers access to Weka API using thin wrappers around JNI
4-
calls using the `javabridge <https://pypi.python.org/pypi/javabridge>`_ package.
4+
calls using the `python-javabridge <https://pypi.python.org/pypi/python-javabridge>`_ package.
55

66
Forum for project at:
77

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# python-weka-wrapper3
22

33
Python wrapper for the Java machine learning workbench [Weka](http://www.cs.waikato.ac.nz/~ml/weka/)
4-
using the [javabridge](https://pypi.python.org/pypi/javabridge) library.
4+
using the [python-javabridge](https://pypi.python.org/pypi/python-javabridge) library.
55

66
Requirements:
77

88
* Python 3
9-
* javabridge (>= 1.0.14)
9+
* python-javabridge (>= 4.0.0)
1010
* matplotlib (optional)
1111
* pygraphviz (optional)
1212
* PIL (optional)

doc/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ available in the Ubuntu repositories:
7171

7272
.. code-block:: bash
7373
74-
$ ./pww3/bin/pip install javabridge
74+
$ ./pww3/bin/pip install python-javabridge
7575
$ ./pww3/bin/pip install python-weka-wrapper3
7676
7777

0 commit comments

Comments
 (0)