-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
Closed
Labels
Description
Describe the issue linked to the documentation
When downloading the current wheel for scikit-learn==1.3.1
, the metadata tell me that the package is subject to the terms of BSD-3-Clause. Unfortunately, this only applies to the package itself. Skimming through the distributed files, there are at least two additional cases:
- External code snippets under licenses like MIT, Apache-2.0 and Python-2.0
- Binary modules like
libgomp-a34b3233.so.1.0.0
, subject to GPL-3.0-or-later WITH Runtime exception: https://github.com/gcc-mirror/gcc/blob/master/libgomp/libgomp.h
Suggest a potential alternative/fix
It would be great if a full list of external modules shipped within scikit-learn wheels and their copyright information would be provided to detect possible license conflicts early.