WayScience / coSMicQC

Single cell Morphology Quality Control (coSMicQC)
https://wayscience.github.io/coSMicQC/
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Add Python 3.8 compatibility #20

Closed d33bs closed 4 months ago

d33bs commented 4 months ago

Description

This PR adds compatibility for coSMicQC with Python 3.8. To do this, I had to use custom markers as the latest versions of Scipy and Pandas are no longer compatible with Python 3.8. While I was doing this work, I also updated other existing dependencies (which will show in the lockfile).

Thanks for any feedback you may have!

Closes #18 References #19

What kind of change(s) are included?

Checklist

Please ensure that all boxes are checked before indicating that this pull request is ready for review.

d33bs commented 4 months ago

Thanks @jenna-tomkinson ! Agreed - we'll follow up sometime near October 2024 to update the project for 3.8 end-of-life via #19 .