Skip to content

Commit ddf7e08

Browse files
committed
Fix copyright and add comment
1 parent eeba9c7 commit ddf7e08

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

mkl_umath/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@
3434
from ._ufuncs import *
3535

3636
from ._patch import mkl_umath, use_in_numpy, restore, is_patched
37+
38+
del _init_helper

mkl_umath/_init_helper.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020-2024 Intel Corporation
1+
# Copyright 2025 Intel Corporation
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -23,6 +23,7 @@
2323
)
2424

2525
if is_venv_win32:
26+
# In Windows venv: add Library/bin to PATH for proper DLL loading
2627
dll_dir = os.path.join(sys.exec_prefix, "Library", "bin")
2728
if os.path.isdir(dll_dir):
2829
os.add_dll_directory(dll_dir)

0 commit comments

Comments
 (0)