Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 4 additions & 14 deletions scripts/install_via_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,8 @@ else
fi

# install other deps
# conda install -y numpy sphinx pytest flake8 ipywidgets ipython scikit-learn parameterized
# conda install -y -c conda-forge matplotlib pytest-cov sphinx-autodoc-typehints mypy flask flask-compress
conda install -y pytest flake8 ipywidgets ipython scikit-learn parameterized
conda install -y -c conda-forge matplotlib pytest-cov mypy flask flask-compress
conda install -y pytest ipywidgets ipython scikit-learn parameterized
conda install -y -c conda-forge matplotlib pytest-cov flask flask-compress

# deps not available in conda
# pip install sphinxcontrib-katex

# install node/yarn for insights build
conda install -y -c conda-forge yarn
# nodejs should be last, otherwise other conda packages will downgrade node
conda install -y --no-channel-priority -c conda-forge nodejs=14

# build insights and install captum
BUILD_INSIGHTS=1 python setup.py develop
# install captum
python setup.py develop