royerlab / ultrack

Cell tracking and segmentation software
https://royerlab.github.io/ultrack
BSD 3-Clause "New" or "Revised" License
64 stars 7 forks source link

Adding python 3.12 support #114

Open JoOkuma opened 1 week ago

JoOkuma commented 1 week ago

Python 3.12 doesn't seem supported by all packages today

ilan-theodoro commented 4 days ago

@JoOkuma Do you need to pin numba?

JoOkuma commented 4 days ago

@ilan-theodoro, we had to do that at some point; they are always a bit behind the standard Numpy/python. It might be time to bump every package to its latest and fix the problems.

I'm going to try to upload python-mip to conda. If that works, I think ultrack will be ready for conda, and we could use it in the CI.

Hopefully, that solves our broken CIs, and we can do this version bump with some peace of mind.