Installation¶
There are two different ways to install stabilized-ica :
Install the latest official release with PyPI. It will provide you the latest stable version of stabilized-ica (recommended for new users).
Install the latest development version with GitHub. It will provide you the latest features but it may come with some instabilities.
Installing from PyPI¶
>>> pip install stabilized-ica
Installing from GitHub¶
>>> pip install git+https://github.com/ncaptier/stabilized-ica
Dependencies¶
Dependency |
Minimum version |
|---|---|
joblib |
1.1.0 |
matplotlib |
3.2.2 |
networkx |
2.7.1 |
numpy |
1.18.5 |
pandas |
1.0.5 |
python-picard |
0.4 |
scikit-learn |
1.0.2 |
scipy |
1.7.3 |
tqdm |
4.64.0 |
umap-learn |
0.5.3 |
Warning
stabilized-ica requires at least Python 3.8.
Note
Both installing options should install all the dependencies.