funkelab / motile

Multi-Object Tracker using Integer Linear Equations
https://funkelab.github.io/motile/
MIT License
22 stars 4 forks source link

Get motile on conda-forge #98

Open cmalinmayor opened 1 month ago

cmalinmayor commented 1 month ago

@tlambert03 @constantinpape mentioned that the Gurobi dependency is not necessary for his work and it is limiting to have to install it with the extra conda channels. I know we discussed looking into not needing to install Gurobi - can you remind me how hard this would be to implement logistically?

tlambert03 commented 1 month ago

It needs a change at the c level in ilpy. It's conceptually straightforward, but not trivial.

https://github.com/funkelab/ilpy/issues/14