flatironinstitute / CaImAn

Computational toolbox for large scale Calcium Imaging Analysis, including movie handling, motion correction, source extraction, spike deconvolution and result visualization.
https://caiman.readthedocs.io
GNU General Public License v2.0
639 stars 370 forks source link

Back to older version of Caiman #1324

Closed zhouyi0812 closed 7 months ago

zhouyi0812 commented 7 months ago

Hello! I wonder if it is possible to go back to an older version of caiman? Thank you!

pgunn commented 7 months ago

Hello, Yes, it is possible to easily install conda-packaged versions of caiman using any version you see here (look at other pages for a more exhaustive list):

https://anaconda.org/conda-forge/caiman/files

You can do so by adding an equals-version and the version you want during the environment build, e.g.

conda create -n caiman -c conda-forge caiman=1.9.16

(or whatever version you want).

Note that older versions are more likely to have bugs and problems.