yeatmanlab / pyAFQ

Automated Fiber Quantification ... in Python
http://yeatmanlab.github.io/pyAFQ/
BSD 2-Clause "Simplified" License
56 stars 34 forks source link

Make altair required #1130

Closed 36000 closed 5 months ago

36000 commented 5 months ago

It's a lightweight library and currently it is used in the examples. So, currently, a user could install pyAFQ but get an error from trying to run an example from not having altair. currently, they would have to do pip install pyAFQ[plot]

arokem commented 5 months ago

Yeah - seems reasonable to me!