Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Aug 18, 2024
1 parent abf144c commit 19adcf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_multi_scipy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.10']
numpy: ['1.5.1', '1.10.4', '1.15.4', '1.20.3', '1.25.2', '2.0.1']
scipy: ['1.14.0', '1.10.1', '1.6.3']
numpy: ['1.16.5', '1.20.3', '1.25.2', '2.0.1']
scipy: ['1.7.3', '1.10.1', '1.14.0', ]
os: [ubuntu-latest]
architecture: ['x64']
steps:
Expand Down

0 comments on commit 19adcf9

Please sign in to comment.