Skip to content

Commit 421fc18

Browse files
authored
chore(build): OpenBLASのライセンスはNumpyのライセンスに含まれているため削除する (#1539)
1 parent 54ea18b commit 421fc18

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tools/generate_licenses.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,6 @@ def generate_licenses() -> list[License]:
207207
license_text=f"https://raw.githubusercontent.com/python/cpython/v{python_version}/LICENSE",
208208
license_text_type="remote_address",
209209
),
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-
),
218210
License(
219211
package_name="libsndfile-binaries",
220212
package_version="1.2.0",

0 commit comments

Comments
 (0)