We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6cf30 commit 4e31facCopy full SHA for 4e31fac
1 file changed
README.md
@@ -72,7 +72,8 @@ symengine.py is MIT licensed and uses several LGPL, BSD-3 and MIT licensed libra
72
Licenses for the dependencies of pip wheels are as follows,
73
74
pip wheels on Unix use GMP (LGPL-3.0-or-later), MPFR (LGPL-3.0-or-later),
75
-MPC (LGPL-3.0-or-later), LLVM (Apache-2.0), zlib (Zlib) and symengine (MIT AND BSD-3-Clause).
+MPC (LGPL-3.0-or-later), LLVM (Apache-2.0), zlib (Zlib), libxml2 (MIT),
76
+zstd (BSD-3-Clause) and symengine (MIT AND BSD-3-Clause).
77
pip wheels on Windows use MPIR (LGPL-3.0-or-later) instead of GMP above and
78
pthreads-win32 (LGPL-3.0-or-later) additionally.
79
NumPy (BSD-3-Clause) and SymPy (BSD-3-Clause) are optional dependencies.
0 commit comments