Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 authored and yuezhao@cs.toronto.edu committed Nov 30, 2018
1 parent cf4a9e7 commit 3e2eb9c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ Alternatively, install from github directly (\ **NOT Recommended**\ )


* Python 2.7, 3.5, 3.6, or 3.7
* nose
* numpy>=1.13
* numba>=0.35
* scipy>=0.19.1
Expand Down
25 changes: 13 additions & 12 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,25 @@ It is recommended to use **pip** for installation. Please make sure

.. code-block:: bash
pip install pyod
pip install --upgrade pyod # make sure the latest version is installed!
pip install pyod
pip install --upgrade pyod # make sure the latest version is installed!
Alternatively, install from github directly (**not recommended**)
Alternatively, install from github directly (\ **NOT Recommended**\ )

.. code-block:: bash
git clone https://github.com/yzhao062/pyod.git
python setup.py install
git clone https://github.com/yzhao062/pyod.git
python setup.py install
**Required Dependencies**:
**Required Dependencies**\ :


* Python 2.7, 3.5, 3.6, or 3.7
* numpy>=1.13
* numba>=0.35
* scipy>=0.19.1
* scikit_learn>=0.19.1

- Python 2.7, 3.5, 3.6, or 3.7
- nose
- numpy>=1.13
- numba>=0.35
- scipy>=0.19.1
- scikit_learn>=0.19.1

**Optional Dependencies (required for running examples or AutoEncoder)**:

Expand Down

0 comments on commit 3e2eb9c

Please sign in to comment.