Skip to content

Commit d664598

Browse files
committed
exporting _NUMEXPR_VERSION as well
1 parent 645e407 commit d664598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/computation/check.py

Lines changed: 1 addition & 1 deletion
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)