Skip to content

Commit caaf634

Browse files
committed
exporting _NUMEXPR_VERSION as well
1 parent bc154e2 commit caaf634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/computation/check.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
except ImportError: # pragma: no cover
2222
pass
2323

24-
__all__ = ['_NUMEXPR_INSTALLED']
24+
__all__ = ['_NUMEXPR_INSTALLED', '_NUMEXPR_VERSION']

0 commit comments

Comments
 (0)