Skip to content

Commit

Permalink
Bumping cvxopt version
Browse files Browse the repository at this point in the history
  • Loading branch information
hadware committed Jan 11, 2024
1 parent d238ae5 commit d3fdcde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sortedcontainers>= 2.0.4
numpy>= 1.10.4
pyannote.core>=4.1
cvxpy>= 1.0.25
cvxopt== 1.2.7
cvxopt== 1.3.2
tqdm>= 4.46.0
numba>= 0.54.0
typing_extensions>= 3.7.4.3
Expand Down

0 comments on commit d3fdcde

Please sign in to comment.