We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb7cc5 commit 5228e0bCopy full SHA for 5228e0b
inst/private/assert_have_python_and_sympy.m
@@ -27,6 +27,14 @@
27
28
function assert_have_python_and_sympy (pyexec, verbose)
29
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
38
minsympyver = '1.5.1';
39
40
if (nargin < 2)
0 commit comments