NASA-PDS / doi-service

Service and tools for generating DOIs for PDS bundles, collections, and data sets
https://nasa-pds.github.io/doi-service
Other
2 stars 3 forks source link

Pin pandas and update openpyxl version #367

Closed alexdunnjpl closed 1 year ago

alexdunnjpl commented 1 year ago

🗒️ Summary

Automatic pandas update resulted in failure due to too-low version of openpyxl.

⚙️ Test Data and/or Report

Passes unit tests

Closes #368

nutjob4life commented 1 year ago

@jimmie @alexdunnjpl confirm my push? I'm using Pandas 1.4.4 in my other projects. Is 1.0.z preferred for DOI?

nutjob4life commented 1 year ago

Oh uggh … still got this wrong! The correct "compatible" version specifier would be

pandas ~= 1.4.0

NOT pandas ~= 1.0.

alexdunnjpl commented 1 year ago

@nutjob4life I'll open another ticket for after this release