Skip to content

Commit 0c58a7d

Browse files
committed
Undo temporary change
1 parent e2233f8 commit 0c58a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/_numba/kernels/min_max_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def sliding_min_max(
8080
return output, na_pos
8181

8282

83-
@numba.jit(nopython=True, nogil=False, parallel=False)
83+
@numba.jit(nopython=True, nogil=True, parallel=False)
8484
def grouped_min_max(
8585
values: np.ndarray,
8686
result_dtype: np.dtype,

0 commit comments

Comments
 (0)