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.
1 parent bed8652 commit 70bdb54Copy full SHA for 70bdb54
1 file changed
ci_scripts/install.sh
@@ -28,8 +28,14 @@ conda create -n testenv --yes python=$PYTHON_VERSION pip
28
source activate testenv
29
30
if [[ -v SCIPY_VERSION ]]; then
31
+<<<<<<< HEAD
32
conda install --yes scipy=$SCIPY_VERSION
33
fi
34
+=======
35
+do
36
+ conda install scipy=$SCIPY_VERSION
37
+done
38
+>>>>>>> use older scipy version for older sklearn version
39
40
python --version
41
pip install -e '.[test]'
0 commit comments