aces / Loris-MRI

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

Fix requirements file to remove unnecessary pyblake2 library #1031

Closed cmadjar closed 7 months ago

cmadjar commented 7 months ago

hashlib is used to compute blake2b and md5 hashes so we do not need pyblake2 to be installed anymore. Good thing since it cannot be installed for python version 3.11 and above.