GenericMappingTools / pygmt

A Python interface for the Generic Mapping Tools.
https://www.pygmt.org
BSD 3-Clause "New" or "Revised" License
763 stars 219 forks source link

CI: Unpin pandas in the 'GMT Legacy Tests' workflow #3535

Closed seisman closed 4 weeks ago

seisman commented 1 month ago

Description of proposed changes

In the "GMT Legacy Tests" workflow, pandas was pinned to < 2.0 since PR #2569.

It's no longer necessary since we now require pandas>=2.0 in #3460, so we can unpin pandas.