summaryrefslogtreecommitdiff
path: root/requirements.txt
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 /requirements.txt
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 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 7cbb29a..9be4deb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,8 +2,7 @@ numpy>=1.20
scipy>=1.3
matplotlib
autograd
-pymanopt==0.2.4; python_version <'3'
-pymanopt==0.2.6rc1; python_version >= '3'
+pymanopt
cvxopt
scikit-learn
torch