Skip to content

Commit 4e31fac

Browse files
committed
update README with new LLVM dependencies
1 parent fc6cf30 commit 4e31fac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ symengine.py is MIT licensed and uses several LGPL, BSD-3 and MIT licensed libra
7272
Licenses for the dependencies of pip wheels are as follows,
7373

7474
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).
75+
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).
7677
pip wheels on Windows use MPIR (LGPL-3.0-or-later) instead of GMP above and
7778
pthreads-win32 (LGPL-3.0-or-later) additionally.
7879
NumPy (BSD-3-Clause) and SymPy (BSD-3-Clause) are optional dependencies.

0 commit comments

Comments
 (0)