Skip to content

Commit

Permalink
CI: Update scipy nightly wheel repository
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jul 17, 2023
1 parent 6fe3e6b commit f160cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ PYDICOM_MASTER="git+https://github.com/pydicom/pydicom.git@master"
MIN_OPT_DEPENDS="matplotlib==1.5.3 pydicom==1.0.1 pillow==2.6"

# Numpy and scipy upload nightly/weekly/intermittent wheels
NIGHTLY_WHEELS="https://pypi.anaconda.org/scipy-wheels-nightly/simple"
NIGHTLY_WHEELS="https://anaconda.org/scientific-python-nightly-wheels/simple"
STAGING_WHEELS="https://pypi.anaconda.org/multibuild-wheels-staging/simple"
PRE_PIP_FLAGS="--pre --extra-index-url $NIGHTLY_WHEELS --extra-index-url $STAGING_WHEELS"

0 comments on commit f160cb8

Please sign in to comment.