@@ -45,6 +45,7 @@ but these are the configurations which are tested by mleap.
45
45
46
46
| MLeap Version | Spark Version | Scala Version | Java Version | Python Version | XGBoost Version | Tensorflow Version |
47
47
| ---------------| ---------------| ------------------| --------------| ----------------| -----------------| --------------------|
48
+ | 0.23.1 | 3.4.0 | 2.12.18 | 11 | 3.7, 3.8 | 1.7.6 | 2.10.1 |
48
49
| 0.23.0 | 3.4.0 | 2.12.13 | 11 | 3.7, 3.8 | 1.7.3 | 2.10.1 |
49
50
| 0.22.0 | 3.3.0 | 2.12.13 | 11 | 3.7, 3.8 | 1.6.1 | 2.7.0 |
50
51
| 0.21.1 | 3.2.0 | 2.12.13 | 11 | 3.7 | 1.6.1 | 2.7.0 |
@@ -62,7 +63,7 @@ but these are the configurations which are tested by mleap.
62
63
#### SBT
63
64
64
65
``` sbt
65
- libraryDependencies += " ml.combust.mleap" %% " mleap-runtime" % " 0.23.0 "
66
+ libraryDependencies += " ml.combust.mleap" %% " mleap-runtime" % " 0.23.1 "
66
67
```
67
68
68
69
#### Maven
@@ -71,7 +72,7 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-runtime" % "0.23.0"
71
72
<dependency>
72
73
<groupId>ml.combust.mleap</groupId>
73
74
<artifactId>mleap-runtime_2.12</artifactId>
74
- <version>0.23.0 </version>
75
+ <version>0.23.1 </version>
75
76
</dependency>
76
77
```
77
78
@@ -80,7 +81,7 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-runtime" % "0.23.0"
80
81
#### SBT
81
82
82
83
``` sbt
83
- libraryDependencies += " ml.combust.mleap" %% " mleap-spark" % " 0.23.0 "
84
+ libraryDependencies += " ml.combust.mleap" %% " mleap-spark" % " 0.23.1 "
84
85
```
85
86
86
87
#### Maven
@@ -89,7 +90,7 @@ libraryDependencies += "ml.combust.mleap" %% "mleap-spark" % "0.23.0"
89
90
<dependency>
90
91
<groupId>ml.combust.mleap</groupId>
91
92
<artifactId>mleap-spark_2.12</artifactId>
92
- <version>0.23.0 </version>
93
+ <version>0.23.1 </version>
93
94
</dependency>
94
95
```
95
96
@@ -271,7 +272,7 @@ For more documentation, please see our [documentation](https://combust.github.io
271
272
272
273
## Building
273
274
274
- Please ensure you have sbt 1.9.3, java 11, scala 2.12.13
275
+ Please ensure you have sbt 1.9.3, java 11, scala 2.12.18
275
276
276
277
1 . Initialize the git submodules ` git submodule update --init --recursive `
277
278
2 . Run ` sbt compile `
@@ -298,7 +299,7 @@ integration.
298
299
299
300
See LICENSE and NOTICE file in this repository.
300
301
301
- Copyright 2016 Combust, Inc.
302
+ Copyright 20 Combust, Inc.
302
303
303
304
Licensed under the Apache License, Version 2.0 (the "License");
304
305
you may not use this file except in compliance with the License.
0 commit comments