Skip to content

Commit 3b8c8ef

Browse files
larsonerdrammock
andauthored
Update mne/utils/dataframe.py
Co-authored-by: Daniel McCloy <dan@mccloy.info>
1 parent 412f4b6 commit 3b8c8ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mne/utils/dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def _convert_times(times, time_format, meas_date=None, first_time=0):
5151

5252

5353
def _inplace(df, method, **kwargs):
54-
# TODO VERSION can be removed once pandas>=1.5 is required
54+
# TODO VERSION can be removed once pandas>=3.0 is required
5555
# Handle transition: inplace=True (pandas <1.5) → copy=False (>=1.5)
5656
# and 3.0 warning:
5757
# E DeprecationWarning: The copy keyword is deprecated and will be removed in a

0 commit comments

Comments
 (0)