Upload hf_env/lib/python3.14/site-packages/numpy/typing/__init__.pyi with huggingface_hub
Browse files
hf_env/lib/python3.14/site-packages/numpy/typing/__init__.pyi
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from numpy._typing import ArrayLike, DTypeLike, NBitBase, NDArray
|
| 2 |
+
|
| 3 |
+
__all__ = ["ArrayLike", "DTypeLike", "NBitBase", "NDArray"]
|