Skip to content

Commit

Permalink
forbid sympy 1.13.0 due to upstream issue (sympy/sympy#19887)
Browse files Browse the repository at this point in the history
  • Loading branch information
C.A.P. Linssen committed Jul 16, 2024
1 parent a8ffecc commit a79548a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ode-toolbox-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
with_gsl: ["0", "1"]
sympy_version: ["==1.4", "!=1.5*,!=1.6rc1,!=1.6rc2,!=1.6,!=1.10,!=1.10.*"]
sympy_version: ["==1.4", "!=1.5,!=1.5.*,!=1.6rc1,!=1.6rc2,!=1.6,!=1.6.*,!=1.10,!=1.10.*,!=1.13,!=1.13.*"]

steps:
- name: Checkout ODE-toolbox code
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sympy!=1.5*,!=1.6rc1,!=1.6rc2,!=1.6,!=1.10,!=1.10.*
sympy!=1.5,!=1.5.*,!=1.6rc1,!=1.6rc2,!=1.6,!=1.6.*,!=1.10,!=1.10.*,!=1.13,!=1.13.*
scipy
numpy>=1.8.2
pytest
Expand Down

0 comments on commit a79548a

Please sign in to comment.