Skip to content

Commit

Permalink
Use SciPy 1.9 with Ipopt 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Feb 11, 2023
1 parent a294da3 commit 35c829b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Test with pytest and scipy
if: matrix.ipopt-version == '3.12'
run: |
conda install -q -y -c conda-forge cython>=0.26 "ipopt=${{ matrix.ipopt-version }}" numpy>=1.15 pkg-config>=0.29.2 setuptools>=39.0 pytest>=3.3.2 "scipy<1.9"
conda install -q -y -c conda-forge cython>=0.26 "ipopt=${{ matrix.ipopt-version }}" numpy>=1.15 pkg-config>=0.29.2 setuptools>=39.0 pytest>=3.3.2 "scipy<1.10"
conda list
pytest
- name: Test with pytest and scipy, new ipopt
Expand Down

0 comments on commit 35c829b

Please sign in to comment.