Skip to content

Commit 2454bc5

Browse files
authored
Merge pull request #24634 from mtsokol/rename-numpy-core
API: Rename `numpy/core` to `numpy/_core` [NEP 52] Original NumPy Commit: f8e5761d193cc1a8e04e04ea91853c0231dddcf7
2 parents c53f903 + c27eea5 commit 2454bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_strict/linalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from ._manipulation_functions import reshape
1212
from ._array_object import Array
1313

14-
from numpy.core.numeric import normalize_axis_tuple
14+
from numpy._core.numeric import normalize_axis_tuple
1515

1616
from typing import TYPE_CHECKING
1717
if TYPE_CHECKING:

0 commit comments

Comments
 (0)