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

Python 3.12 #107

Closed TeunHuijben closed 3 weeks ago

TeunHuijben commented 3 weeks ago

Hi,

I was trying to run the example, but encountered the error that my environment was running python 3.12, while ultrack requires python <3.12. This could be solved by adding to both environment.yml files the following line:

- python == 3.11

Thanks!