Skip to content

Commit 6347af6

Browse files
committed
Bump numexpr check
1 parent 8c69608 commit 6347af6

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
@@ -2,7 +2,7 @@
22
import warnings
33

44
_NUMEXPR_INSTALLED = False
5-
_MIN_NUMEXPR_VERSION = "2.6.1"
5+
_MIN_NUMEXPR_VERSION = "2.6.2"
66
_NUMEXPR_VERSION = None
77

88
try:

0 commit comments

Comments
 (0)