arielletambini / denoiser

Nuisance removal tool for fMRI data
Apache License 2.0
55 stars 18 forks source link

Recommended Python Version? #44

Open jlhanson5 opened 6 days ago

jlhanson5 commented 6 days ago

I couldn't find this in different help forums, etc., but is there a recommended version of python to use with denoiser? Pardon for the simple question!

chef88314 commented 3 days ago

Yep, maybe python 3.13 is suitabale to you. Some of the new major new features and changes in Python 3.13 are: A new and improved interactive interpreter based on PyPy(https://pypy.org/)'s, featuring multi-line editing and color support, as well as colorized exception tracebacks.