Skip to content

Clean install_via_conda #1097

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
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