We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ea18b commit 421fc18Copy full SHA for 421fc18
tools/generate_licenses.py
@@ -207,14 +207,6 @@ def generate_licenses() -> list[License]:
207
license_text=f"https://raw.githubusercontent.com/python/cpython/v{python_version}/LICENSE",
208
license_text_type="remote_address",
209
),
210
- # OpenBLAS
211
- License(
212
- package_name="OpenBLAS",
213
- package_version=None,
214
- license_name="BSD 3-clause license",
215
- license_text="https://raw.githubusercontent.com/xianyi/OpenBLAS/develop/LICENSE",
216
- license_text_type="remote_address",
217
- ),
218
License(
219
package_name="libsndfile-binaries",
220
package_version="1.2.0",
0 commit comments