summaryrefslogtreecommitdiff
path: root/.github
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 /.github
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 '.github')
-rw-r--r--.github/requirements_test_windows.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/requirements_test_windows.txt b/.github/requirements_test_windows.txt
index b94392f..448a7fc 100644
--- a/.github/requirements_test_windows.txt
+++ b/.github/requirements_test_windows.txt
@@ -3,8 +3,7 @@ scipy>=1.3
cython
matplotlib
autograd
-pymanopt==0.2.4; python_version <'3'
-pymanopt==0.2.6rc1; python_version >= '3'
+pymanopt
cvxopt
scikit-learn
pytest \ No newline at end of file