File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ matrix:
13
13
14
14
include :
15
15
- os : linux
16
- env : DISTRIB="conda" PYTHON_VERSION="3.4" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest -Linux-x86_64.sh"
16
+ env : DISTRIB="conda" PYTHON_VERSION="3.4" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-4.3.21 -Linux-x86_64.sh"
17
17
- os : linux
18
- env : DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="true" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest -Linux-x86_64.sh"
18
+ env : DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="true" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-4.3.21 -Linux-x86_64.sh"
19
19
- os : linux
20
- env : DISTRIB="conda" PYTHON_VERSION="3.6" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest -Linux-x86_64.sh"
20
+ env : DISTRIB="conda" PYTHON_VERSION="3.6" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-4.3.21 -Linux-x86_64.sh"
21
21
22
22
# Temporarily disabling OSX builds because thy take too long
23
23
# Set language to generic to not break travis-ci
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies:
29
29
# Other stuff...
30
30
- sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install build-essential
31
31
# Conda installation
32
- - wget http ://repo.continuum.io/miniconda/Miniconda3-latest -Linux-x86_64.sh -O ~/miniconda.sh
32
+ - wget https ://repo.continuum.io/miniconda/Miniconda3-4.3.21 -Linux-x86_64.sh -O ~/miniconda.sh
33
33
- bash ~/miniconda.sh -b -p $HOME/miniconda
34
34
- conda create -n testenv --yes python=3.6 pip wheel nose gcc swig
35
35
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ Changes
18
18
~~~~~~~
19
19
20
20
* Allows the usage of scikit-learn 0.18.2.
21
- * Fixes requirement pyrfr to version ``0.4.0 ``.
21
+ * Upgrade to latest SMAC version (``0.6.0 ``) and latest random forest version
22
+ (``0.6.1 ``).
22
23
* Added a Dockerfile.
23
24
* Added the possibility to change the size of the holdout set when
24
25
using holdout resampling strategy.
You can’t perform that action at this time.
0 commit comments