Skip to content

Commit

Permalink
Another missing dep for doc building.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Apr 4, 2021
1 parent b05862f commit 849ad7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/circleci_focal_gcc9_heyoka_head_38.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
conda config --add channels conda-forge
conda config --set channel_priority strict
conda create -y -q -p $deps_dir python=3.8 git pybind11 numpy mpmath cmake llvmdev boost-cpp mppp sleef fmt spdlog sphinx myst-nb matplotlib pip sympy
conda create -y -q -p $deps_dir python=3.8 git pybind11 numpy mpmath cmake llvmdev boost-cpp mppp sleef fmt spdlog sphinx myst-nb matplotlib pip sympy scipy
source activate $deps_dir
pip install --user sphinx-book-theme

Expand Down

0 comments on commit 849ad7b

Please sign in to comment.