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.
2 parents 4a60e70 + 1655722 commit 0cf5bc0Copy full SHA for 0cf5bc0
numpy/__init__.py
@@ -134,9 +134,6 @@
134
__all__ = ['ModuleDeprecationWarning',
135
'VisibleDeprecationWarning']
136
137
- # get the version using versioneer
138
- from .version import __version__, git_revision as __git_version__
139
-
140
# mapping of {name: (value, deprecation_msg)}
141
__deprecated_attrs__ = {}
142
@@ -403,3 +400,7 @@ def _mac_os_check():
403
400
# We do this from python, since the C-module may not be reloaded and
404
401
# it is tidier organized.
405
402
core.multiarray._multiarray_umath._reload_guard()
+
+# get the version using versioneer
406
+from .version import __version__, git_revision as __git_version__
0 commit comments