@@ -13,12 +13,6 @@ See License section for information about wheels
13
13
14
14
pip install symengine --user
15
15
16
- ### Ubuntu package manager
17
-
18
- add-apt-repository ppa:symengine/ppa
19
- apt-get update
20
- apt-get install python-symengine # or python3-symengine if using python3
21
-
22
16
### Conda package manager
23
17
24
18
conda install python-symengine -c symengine -c conda-forge
@@ -34,7 +28,7 @@ Install prerequisites.
34
28
CMake >= 2.8.7
35
29
Python2 >= 2.7 or Python3 >= 3.4
36
30
Cython >= 0.19.1
37
- SymEngine >= 0.2 .0
31
+ SymEngine >= 0.4 .0
38
32
39
33
For SymEngine, only a specific commit/tag (see symengine_version.txt) is supported.
40
34
Latest git master branch may not work as there may be breaking changes in SymEngine.
@@ -77,8 +71,8 @@ symengine.py is MIT licensed and uses several LGPL, BSD-3 and MIT licensed libra
77
71
78
72
Licenses for the dependencies of pip wheels are as follows,
79
73
80
- pip wheels on Unix use GMP (LGPL v3), MPFR (LGPL v3), MPC (LGPL v3), LLVM (NCSA) and symengine (MIT + BSD-3).
81
- pip wheels on Windows use MPIR (LGPL v3) instead of GMP above.
82
- NumPy (BSD-3) and SymPy (BSD-3) are optional dependencies.
74
+ pip wheels on Unix use GMP (LGPL v3), MPFR (LGPL v3), MPC (LGPL v3), LLVM (NCSA) and symengine (MIT + BSD-3).
75
+ pip wheels on Windows use MPIR (LGPL v3) instead of GMP above.
76
+ NumPy (BSD-3) and SymPy (BSD-3) are optional dependencies.
83
77
Sources for these binary dependencies can be found on https://github.com/symengine/symengine-wheels/releases
84
78
0 commit comments