We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c7913 commit b9debe2Copy full SHA for b9debe2
.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