lozuponelab / q2-SCNIC

A QIIME2 plugin for running SCNIC
BSD 3-Clause "New" or "Revised" License
4 stars 7 forks source link

Pandas 2.0 and above breaks call to `read_table()` #18

Open colinvwood opened 3 months ago

colinvwood commented 3 months ago

As indicated in #17, the squeeze parameter no longer exists in pandas 2.0+, which qiime2 environments now have. Here is a link to user on the forum encountering the error.

The relevant read_table call is here.