◐ Shell
clean mode source ↗

new Dask version lock pandas to 2.0+

Expected Behavior

Current Behavior

the current dask version:
"dask[dataframe]>=2024.4.2", will lock the pandas to 2.0+. Not sure if this is required?
Related PR: #4159

Steps to reproduce

Specifications

  • Version:
  • Platform:
  • Subsystem:

Possible Solution

change to "dask[dataframe]>=2024.2.1"