sanderslab / magellanmapper

MagellanMapper is a graphical interface for 3D bioimage annotation, atlas registration, and regional quantification
BSD 3-Clause "New" or "Revised" License
20 stars 3 forks source link

Support Python 3.12 #640

Closed yoda-vid closed 5 months ago

yoda-vid commented 5 months ago

The GUI has not worked in Python 3.12, fixed here.

Note that ITK does not currently provide binaries for Python 3.12, so the install group for it needs to be excluded for now. Install MM with only the GUI:

pip install "magellanmapper[gui]"