We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc154e2 commit caaf634Copy full SHA for caaf634
pandas/core/computation/check.py
@@ -21,4 +21,4 @@
21
except ImportError: # pragma: no cover
22
pass
23
24
-__all__ = ['_NUMEXPR_INSTALLED']
+__all__ = ['_NUMEXPR_INSTALLED', '_NUMEXPR_VERSION']
0 commit comments