Skip to content

Commit

Permalink
bump sympy to 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cbm755 committed Nov 12, 2024
1 parent 2a0ffc0 commit 213f5d2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ jobs:
fail-fast: false
matrix:
octave: [9.2.0]
sympy: [1.5.1, 1.6.2, 1.7.1, 1.8, 1.9, 1.10.1, 1.11.1, 1.12]
sympy: [1.5.1, 1.6.2, 1.7.1, 1.8, 1.9, 1.10.1, 1.11.1, 1.12.1, 1.13.3]
include:
- octave: 9.1.0
sympy: 1.12
sympy: 1.13.3
steps:
- uses: actions/checkout@v4
- name: Container setup
Expand Down Expand Up @@ -144,27 +144,27 @@ jobs:
- octave: 5.2.0
sympy: 1.8
- octave: 6.1.0
sympy: 1.12
sympy: 1.13.3
- octave: 6.2.0
sympy: 1.12
sympy: 1.13.3
- octave: 6.3.0
sympy: 1.12
sympy: 1.13.3
- octave: 6.4.0
sympy: 1.12
sympy: 1.13.3
- octave: 7.1.0
sympy: 1.12
sympy: 1.13.3
- octave: 7.2.0
sympy: 1.12
sympy: 1.13.3
- octave: 7.3.0
sympy: 1.12
sympy: 1.13.3
- octave: 8.1.0
sympy: 1.12
sympy: 1.13.3
- octave: 8.2.0
sympy: 1.12
sympy: 1.13.3
- octave: 8.3.0
sympy: 1.12
sympy: 1.13.3
- octave: 8.4.0
sympy: 1.12
sympy: 1.13.3
steps:
- uses: actions/checkout@v4
- name: Container setup
Expand Down

0 comments on commit 213f5d2

Please sign in to comment.