PacificBiosciences / pb-CpG-tools

Collection of tools for the analysis of CpG data
BSD 3-Clause Clear License
62 stars 5 forks source link

Runtime dependency conflict #38

Closed williamrowell closed 1 year ago

williamrowell commented 1 year ago

Recent pandas versions are incompatible with pinned numpy version. Consider pinning to numpy minor version instead of patch, or pinning pandas.

ImportError: this version of pandas is incompatible with numpy < 1.20.3
your numpy version is 1.20.0.
Please upgrade numpy to >= 1.20.3 to use this pandas version