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 d0dddc2 commit 53bfbc7Copy full SHA for 53bfbc7
project/Dependencies.scala
@@ -17,7 +17,7 @@ object Dependencies {
17
lazy val slf4jVersion = "1.7.36"
18
lazy val awsSdkVersion = "1.11.1033"
19
val tensorflowJavaVersion = "0.4.0" // Match Tensorflow 2.7.0 https://github.com/tensorflow/java/#tensorflow-version-support
20
- val xgboostVersion = "1.6.1"
+ val xgboostVersion = "1.7.3"
21
val breezeVersion = "1.2"
22
val hadoopVersion = "2.7.4" // matches spark version
23
val platforms = "windows-x86_64,linux-x86_64,macosx-x86_64"
0 commit comments