Skip to content

Commit 06c0a75

Browse files
authored
Change numpy version in CI workflow
Updated numpy version in CI workflow to comply with cvxpy requirements.
1 parent eb06e44 commit 06c0a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cvxpy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [macos-latest] # Add ubuntu-latest when cvxpy pytest issue is solved
20-
numpy: ['numpy==1.26.0', numpy]
20+
numpy: [numpy] # We used to also test version 1.26.0, but now cvxpy requires numpy 2
2121

2222
runs-on: ${{ matrix.os }}
2323

0 commit comments

Comments
 (0)