Skip to content

Commit 5228e0b

Browse files
committed
Info about popular OSes and what SymPy they ship
1 parent 8cb7cc5 commit 5228e0b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

inst/private/assert_have_python_and_sympy.m

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@
2727

2828
function assert_have_python_and_sympy (pyexec, verbose)
2929

30+
% When bumping this, consider which SymPy versions are provided by popular OSes
31+
% Ubuntu 20.04: 1.5.1
32+
% Ubuntu 22.04: 1.9
33+
% Ubuntu 24.04: 1.12
34+
% Ubuntu 25.04: 1.13.3
35+
% Fedora 41: 1.13.3
36+
% Fedora 42: 1.14.0
37+
% RHEL 8 via Fedora EPEL 10.1: 1.14.0
3038
minsympyver = '1.5.1';
3139

3240
if (nargin < 2)

0 commit comments

Comments
 (0)