From d3236cf0cab000b5604f8ede9ebcbdc19d8c213f Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Wed, 3 Jul 2019 13:31:55 +0200 Subject: test raise with pytets in test_emd_1d_emd2_1d --- ot/__init__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ot') diff --git a/ot/__init__.py b/ot/__init__.py index ad7b982..35d2ddd 100644 --- a/ot/__init__.py +++ b/ot/__init__.py @@ -10,7 +10,10 @@ a number of functions described below. :py:mod:`ot.gromov`, :py:mod:`ot.smooth` :py:mod:`ot.stochastic` - The other sub-modules are not imported due to additional dependencies. + The following sub-modules are not imported due to additional dependencies: + + - :any:`ot.dr` : depends on :code:`pymanopt` and :code:`autograd`. + - :any:`ot.gpu` : depends on :code:`cupy` and a CUDA GPU. """ -- cgit v1.2.3