There was an error while loading. Please reload this page.
2 parents c36c9b6 + 9344e40 commit c8e9482Copy full SHA for c8e9482
2 files changed
.github/workflows/python-app.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
python-version: ${{ matrix.python-version }}
28
- name: Cache dependencies ${{ matrix.python-version }}
29
- uses: actions/cache@v5
+ uses: actions/cache@v6
30
31
path: ${{ env.pythonLocation }}
32
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}
setup.py
@@ -35,7 +35,7 @@
35
python_requires=">=3.10",
36
install_requires=[
37
'numpy<2.3',
38
- 'cython==3.2.5',
+ 'cython==3.2.8',
39
'cvxpy==1.7.5',
40
'scipy==1.15.3',
41
'matplotlib==3.10.9',
0 commit comments