Skip to content

Commit c8e9482

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-7
2 parents c36c9b6 + 9344e40 commit c8e9482

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Cache dependencies ${{ matrix.python-version }}
29-
uses: actions/cache@v5
29+
uses: actions/cache@v6
3030
with:
3131
path: ${{ env.pythonLocation }}
3232
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
python_requires=">=3.10",
3636
install_requires=[
3737
'numpy<2.3',
38-
'cython==3.2.5',
38+
'cython==3.2.8',
3939
'cvxpy==1.7.5',
4040
'scipy==1.15.3',
4141
'matplotlib==3.10.9',

0 commit comments

Comments
 (0)