Installation ============ There are two different ways to install **stabilized-ica** : * :ref:`Install the latest official release with PyPI `. It will provide you the latest stable version of **stabilized-ica** (recommended for new users). * :ref:`Install the latest development version with GitHub `. It will provide you the latest features but it may come with some instabilities. .. _install_pypi: Installing from PyPI -------------------- >>> pip install stabilized-ica .. _install_github: 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.