angelolab / ark-analysis

Integrated pipeline for multiplexed image analysis
https://ark-analysis.readthedocs.io/en/latest/
MIT License
70 stars 25 forks source link

Release 0.6.6 without tables dependency #1047

Closed alex-l-kong closed 1 year ago

alex-l-kong commented 1 year ago

What is the purpose of this PR?

The tables dependency is causing issues with pip installing ark-analysis and any repos that have it as a dependency (ex. cell_classification). This is a dependency we don't need anymore, so it should be removed.

How did you implement your changes

Remove the tables dependency.