ANTsX / ANTsPy

A fast medical imaging analysis library in Python with algorithms for registration, segmentation, and more.
https://antspyx.readthedocs.io
Apache License 2.0
625 stars 161 forks source link

antspyx==0.3.2 does not exist #463

Closed JBarsotti closed 1 year ago

JBarsotti commented 1 year ago

Describe the bug

I am running the BrainAge algoirthm from https://github.com/MIDIconsortium/BrainAge. One of the requirements is antspyx==0.3.2. However, this version does not appear to exist. Did it used to exist at some point, and is there any way to still install it?

Thanks for your help,

John

ntustison commented 1 year ago

I would expect just installing directly from the repo should be sufficient.

cookpa commented 1 year ago

This is how I get older versions:

pip install 'antspyx @ git+https://github.com/ANTsX/ANTsPy@v0.3.2'
stnava commented 1 year ago

just added this

JBarsotti commented 1 year ago

Honestly you all are the people who make any research possible. Thanks for your detailed replies.