NOEL-MNI / deepFCD

Automated Detection of Focal Cortical Dysplasia using Deep Learning
https://noel.bic.mni.mcgill.ca/projects/
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

antspyx==0.3.2 not available #12

Closed adrianvallsc closed 1 year ago

adrianvallsc commented 1 year ago

When trying to install requirements, antspyx version 0.3.2 does not exist anymore.

ravnoor commented 1 year ago

Thanks for reporting! It looks there are PyPi size limitations on the antspyx account that cause older versions to be deleted/removed.

For now, you can safely edit app/requirements.txt to bump the version to antspyx==0.3.5, and app/deepMask/app/requirements.txt to bump the versions antspyx==0.3.5 and antspynet==0.2.0.

I'll test the changes and push updates in a few days to initiate the docker image rebuild