We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4ad142 + b9debe2 commit d262f89Copy full SHA for d262f89
.circleci/config.yml
@@ -58,7 +58,7 @@ jobs:
58
-r requirements/build_requirements.txt \
59
-r requirements/ci_requirements.txt
60
# get newer, pre-release versions of critical packages
61
- pip install --progress-bar=off --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple -r requirements/doc_requirements.txt
+ pip install --progress-bar=off --pre -r requirements/doc_requirements.txt
62
# then install numpy HEAD, which will override the version installed above
63
spin build --with-scipy-openblas=64
64
0 commit comments