Skip to content

Commit 70bdb54

Browse files
committed
use older scipy version for older sklearn version
1 parent bed8652 commit 70bdb54

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ci_scripts/install.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,14 @@ conda create -n testenv --yes python=$PYTHON_VERSION pip
2828
source activate testenv
2929

3030
if [[ -v SCIPY_VERSION ]]; then
31+
<<<<<<< HEAD
3132
conda install --yes scipy=$SCIPY_VERSION
3233
fi
34+
=======
35+
do
36+
conda install scipy=$SCIPY_VERSION
37+
done
38+
>>>>>>> use older scipy version for older sklearn version
3339

3440
python --version
3541
pip install -e '.[test]'

0 commit comments

Comments
 (0)