summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2023-03-09 09:58:48 +0100
committerGitHub <noreply@github.com>2023-03-09 09:58:48 +0100
commit263a36ff627257422d7e191f6882fb1c8fc68326 (patch)
treea78a4155ab74655ea24a81d822c2cddbdbe5b963 /docs
parenta6d5d75c6ca584ab9736b528810b3595f2571d82 (diff)
[MRG] Update pymanopt requirement and API for `ot.dr` (#443)
* updayte pymanopt API step 1 * add realease information * update requireents for tests on windows
Diffstat (limited to 'docs')
-rw-r--r--docs/requirements_rtd.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/requirements_rtd.txt b/docs/requirements_rtd.txt
index 11957fb..30082bb 100644
--- a/docs/requirements_rtd.txt
+++ b/docs/requirements_rtd.txt
@@ -9,7 +9,6 @@ scipy>=1.0
cython
matplotlib
autograd
-pymanopt==0.2.4; python_version <'3'
-pymanopt; python_version >= '3'
+pymanopt
cvxopt
scikit-learn \ No newline at end of file