Skip to content

Commit 9052fb5

Browse files
committed
use ci_requirements from numpy
1 parent f147a9b commit 9052fb5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

requirements/openblas_requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

tools/wheels/cibw_before_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if [[ "$INSTALL_OPENBLAS" = "true" ]] ; then
4343
echo pkgconf_path is $pkgconf_path, OPENBLAS is ${OPENBLAS}
4444
rm -rf $pkgconf_path
4545
mkdir -p $pkgconf_path
46-
python -m pip install -r $PROJECT_DIR/requirements/openblas_requirements.txt
46+
python -m pip install -r $PROJECT_DIR/numpy/requirements/ci_requirements.txt
4747
python -c "import scipy_${OPENBLAS}; print(scipy_${OPENBLAS}.get_pkg_config())" > $pkgconf_path/scipy-openblas.pc
4848

4949
# Copy scipy-openblas DLL's to a fixed location so we can point delvewheel

0 commit comments

Comments
 (0)