Skip to content

Commit

Permalink
Require sympy>=1.12.1 for numpy>=2.0 compatibility (#2462)
Browse files Browse the repository at this point in the history
So far, sympy was restricted to 1.11 via pysb, but sympy 1.11 is incompatible with numpy>=2.0
  • Loading branch information
dweindl authored Jun 26, 2024
1 parent 043d13a commit 9e31013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sdist/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description = "Advanced multi-language Interface to CVODES and IDAS"
requires-python = ">=3.10"
dependencies = [
"cmake-build-extension==0.6.0",
"sympy>=1.9",
"sympy>=1.12.1",
"numpy>=1.19.3; python_version=='3.9'",
"numpy>=1.21.4; python_version>='3.10'",
"numpy>=1.23.2; python_version=='3.11'",
Expand Down

0 comments on commit 9e31013

Please sign in to comment.