Skip to content

Commit

Permalink
Bump xgboost version for Windows too
Browse files Browse the repository at this point in the history
  • Loading branch information
trams committed Jul 3, 2019
1 parent 0f64a68 commit ded7bd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Otherwise, the following versions of the dependencies are used

```
HADOOP_VERSION=2.6.0-cdh5.5.0
SPARK_VERSION=2.3.1
SPARK_VERSION=2.4.1
SCALA_VERSION=2.11.12
```

Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ environment:
global:
LIBHDFS_DIR: '%APPVEYOR_BUILD_FOLDER%\libhdfs-dev'
HADOOP_VERSION: 2.6.0-cdh5.5.0
SPARK_VERSION: 2.3.1
SPARK_VERSION: 2.4.1
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
XGBOOST_BASE_VERSION: 0.82-criteo-20190412
XGBOOST_BASE_VERSION: 0.90-criteo-20190702
matrix:
- SCALA_VERSION: 2.11.12
XGBOOST_VERSION: '%XGBOOST_BASE_VERSION%_2.11'
Expand Down

0 comments on commit ded7bd2

Please sign in to comment.