You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Python 3.12 is not supported due to a pinned package in datajoint-python's setup.py that causes datajoint elements to use an older version of scikit-image which is incompatible with Py3.12 (version 0.19.3 is used instead of 0.24.0).
Update Docker for Python 3.12 - Will not implement, in favor of new Docker image in Remove old tests #1185 instead of using djtest/djbase images
A clear and concise description of the requirements to satisfy the new feature. Detail what you expect from a successful implementation of the feature. Ex. When using this feature, it should [...]
Justification
Python 3.12 has been out since October 2023.
@ethho let me know if there is anything else that should be included in this write up or any other steps I may have missed.
The text was updated successfully, but these errors were encountered:
Steps
datajoint-python
'ssetup.py
that causes datajoint elements to use an older version ofscikit-image
which is incompatible with Py3.12 (version0.19.3
is used instead of0.24.0
).djtest
/djbase
imagesRequirements
A clear and concise description of the requirements to satisfy the new feature. Detail what you expect from a successful implementation of the feature. Ex. When using this feature, it should [...]
Justification
Python 3.12 has been out since October 2023.
@ethho let me know if there is anything else that should be included in this write up or any other steps I may have missed.
The text was updated successfully, but these errors were encountered: