nf-osi / nfportalutils

Utilities for NF Portal project and data management
https://nf-osi.github.io/nfportalutils/
MIT License
2 stars 2 forks source link

Pin pandas to 1.5.3 bc of breaking changes #101

Closed anngvu closed 1 year ago

anngvu commented 1 year ago

Using the latest build downstream led to a test job running unsuccessfully because of pandas 2.0, which has a lot of breaking changes: https://pandas.pydata.org/docs/whatsnew/v2.0.0.html#backwards-incompatible-api-changes -- the main one here is the line_terminator one, which previously had a deprecation warning and will now give an error if one tries to upload a table: Error : TypeError: NDFrame.to_csv() got an unexpected keyword argument 'line_terminator'