We are developing a program that uses NumPy 2.0. We plan to package this program into an exe with PyInstaller and distribute it.
I ran “pip show numpy” and found a description that included the following library:
Name: libquadmath
Files: numpy.libslibopenb*.dll
Description: statically linked to files compiled with gcc
Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libquadmath
License: LGPL-2.1-or-later
This is LGPL. In this case, do we have to impose the various restrictions of the LGPL on our program? i.e., measures that allow users to perform library replacements, and permission to reverse-engineering. Or can we consider that only NumPy is affected by LGPL, and we have nothing to do with LGPL?
森宣仁 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.