File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ To install, use the following maven coordinates:
4141<dependency >
4242 <groupId >io.github.metarank</groupId >
4343 <artifactId >lightgbm4j</artifactId >
44- <version >3.3.1 -2</version >
44+ <version >3.3.2 -2</version >
4545</dependency >
4646```
4747
@@ -140,7 +140,7 @@ test.close();
140140
141141## Supported platforms
142142
143- This code is tested to work well with Linux (Ubuntu 20.04), Windows (Server 2019) and MacOS 10.15/11.
143+ This code is tested to work well with Linux (Ubuntu 20.04), Windows (Server 2019) and MacOS 10.15/11. Mac M1 is also supported.
144144Supported Java versions are 8, 11 and 17.
145145
146146## LightGBM API Coverage
Original file line number Diff line number Diff line change 66
77 <groupId >io.github.metarank</groupId >
88 <artifactId >lightgbm4j</artifactId >
9- <version >3.3.2-1 </version >
9+ <version >3.3.2-2 </version >
1010
1111 <name >LightGBM4j: Java LightGBM wrapper</name >
1212 <description >A high-level wrapper for LightGBM toolkit</description >
You can’t perform that action at this time.
0 commit comments