We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3404a2c commit ca85d71Copy full SHA for ca85d71
.circleci/config.yml
@@ -21,7 +21,7 @@ jobs:
21
python3 -m venv venv
22
ln -s $(which python3) venv/bin/python3.6
23
. venv/bin/activate
24
- pip install cython sphinx==2.2.0 matplotlib ipython
+ pip install cython sphinx==2.3.1 matplotlib ipython
25
sudo apt-get update
26
sudo apt-get install -y graphviz texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra texlive-generic-extra latexmk texlive-xetex
27
0 commit comments