Skip to content

Commit

Permalink
pin numpydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rth committed Feb 29, 2024
1 parent 7d9eb17 commit d420fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_tools/circle/build_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export PATH="/home/circleci/project/miniforge/bin:$PATH"
conda create --yes -n testenv python=3.8
conda env update -n testenv -f environment.yml
source activate testenv
conda install --yes sphinx=3.5.4 jinja2=3.0.3 sphinx_rtd_theme numpydoc pygraphviz
conda install --yes sphinx=3.5.4 jinja2=3.0.3 sphinx_rtd_theme numpydoc==1.2.1 pygraphviz
pip install eralchemy sphinx-click

# Build and install scikit-learn in dev mode
Expand Down

0 comments on commit d420fa7

Please sign in to comment.