Skip to content

Commit 8adf38c

Browse files
committed
Require sympy>=1.12.1 in tests
So far, sympy 1.11 was used due to pysb, but this is incompatible with numpy>=2.0
1 parent c30b9df commit 8adf38c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ description =
1414
[testenv:unit]
1515
extras = tests,reports,combine,vis
1616
commands =
17+
python -m pip install sympy>=1.12.1
1718
python -m pytest --cov=petab --cov-report=xml --cov-append \
1819
tests
1920
description =

0 commit comments

Comments
 (0)