We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7575ba2 commit c1aae19Copy full SHA for c1aae19
pandas/computation/__init__.py
@@ -14,8 +14,8 @@
14
warnings.warn(
15
"The installed version of numexpr {ver} is not supported "
16
"in pandas and will be not be used\nThe minimum supported "
17
- "version is {min_ver}\n".format(ver=ver,
18
- min_ver=_MIN_NUMEXPR_VERSION), UserWarning)
+ "version is {min_ver}\n".format(
+ ver=ver, min_ver=_MIN_NUMEXPR_VERSION), UserWarning)
19
20
except ImportError: # pragma: no cover
21
pass
0 commit comments