Skip to content

Commit

Permalink
old cvxpy requires old numpy and scipy, lets just try onld pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbus committed Nov 18, 2023
1 parent 2ae174e commit 613e4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: If running on python 3.8 install some old dependencies
if: ${{ matrix.python-version == '3.8'}}
run: python -m pip install cvxpy==1.1.5 pandas==1.1.2
run: python -m pip install pandas==1.1.2

- name: If running on python 3.9 install some old dependencies
if: ${{ matrix.python-version == '3.9'}}
Expand Down

0 comments on commit 613e4e0

Please sign in to comment.