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 70bdb54 commit d3f674fCopy full SHA for d3f674f
1 file changed
ci_scripts/install.sh
@@ -28,14 +28,8 @@ 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