aces / Loris-MRI

The set of scripts that preprocess and insert MRI data into the database.
10 stars 50 forks source link

Find a replacement for pyblake2b python library #1029

Closed cmadjar closed 7 months ago

cmadjar commented 9 months ago

Preliminary investigation:

In the short term, we can recommend installing python 3.9 or 3.10 but we will need to find a replacement for the library that works for all python versions.

cmadjar commented 7 months ago

Well, interesting turn of events. This has been resolved in May as now LORIS-MRI uses hashlib and not pyblake2 to compute the hashes (https://github.com/aces/Loris-MRI/pull/916). So just need to remove the entry pyblake2 from the requirements.txt file.