Skip to content

Commit d5dcda1

Browse files
committed
DOC: Update README and dependency info
1 parent d2328df commit d5dcda1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,11 @@ imbalanced-learn is tested to work under Python 2.7 and Python 3.5, and
5555
* scipy(>=0.13.3)
5656
* numpy(>=1.8.2)
5757
* scikit-learn(>=0.19.0)
58+
* keras 2 (optional)
59+
* tensorflow (optional)
5860

59-
Additionally, to run the examples, you need matplotlib(>=2.0.0).
61+
Additionally, to run the examples, you need matplotlib(>=2.0.0) and
62+
pandas(>=0.22).
6063

6164
Installation
6265
~~~~~~~~~~~~

doc/install.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The imbalanced-learn package requires the following dependencies:
1010
* numpy (>=1.8.2)
1111
* scipy (>=0.13.3)
1212
* scikit-learn (>=0.19.0)
13+
* keras 2 (optional)
14+
* tensorflow (optional)
1315

1416
Our release policy is to follow the scikit-learn releases in order to
1517
synchronize the new feature.

0 commit comments

Comments
 (0)