Skip to content

Commit 1e6d440

Browse files
author
William de Vazelhes
committed
Put skggm as optional
1 parent 71a02e0 commit 1e6d440

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

README.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ Metric Learning algorithms in Python.
2020
**Dependencies**
2121

2222
- Python 2.7+, 3.4+
23-
- numpy, scipy, scikit-learn, and skggm (commit `a0ed406 <https://github.com/skggm/skggm/commit/a0ed406586c4364ea3297a658f415e13b5cbdaf8>`_) for `SDML`
24-
- (for running the examples only: matplotlib)
23+
- numpy, scipy, scikit-learn
24+
25+
**Optional dependencies**
26+
27+
- For SDML, convergence will be better in some cases with skggm
28+
(install from commit `a0ed406 <https://github.com/skggm/skggm/commit/a0ed406586c4364ea3297a658f415e13b5cbdaf8>`_).
29+
- For running the examples only: matplotlib
2530

2631
**Installation/Setup**
2732

doc/getting_started.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@ Alternately, download the source repository and run:
1515
**Dependencies**
1616

1717
- Python 2.7+, 3.4+
18-
- numpy, scipy, scikit-learn, and skggm (commit `a0ed406 <https://github.com/skggm/skggm/commit/a0ed406586c4364ea3297a658f415e13b5cbdaf8>`_) for `SDML`
19-
- (for running the examples only: matplotlib)
18+
- numpy, scipy, scikit-learn
19+
20+
**Optional dependencies**
21+
22+
- For SDML, convergence will be better in some cases with skggm
23+
(install from commit `a0ed406 <https://github.com/skggm/skggm/commit/a0ed406586c4364ea3297a658f415e13b5cbdaf8>`_).
24+
- For running the examples only: matplotlib
2025

2126
**Notes**
2227

0 commit comments

Comments
 (0)