File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,20 +51,20 @@ KMeans. Additionally there is a fair share of graphical tools and linear algebra
51
51
52
52
## Installation
53
53
54
- Last published release on maven central is 6.0 .0
54
+ Last published release on maven central is 6.1 .0
55
55
56
56
<dependency>
57
57
<groupId>io.github.padreati</groupId>
58
58
<artifactId>rapaio-core</artifactId>
59
- <version>6.0 .0</version>
59
+ <version>6.1 .0</version>
60
60
</dependency>
61
61
62
62
The best way for exploration is through jupyter / jupyter-lab notebooks. This is excellent for experimenting with interactive notebooks or
63
63
to document the ideas you are working on. You have to install ` jupyter ` / ` jupyter-lab ` and ` rapaio-jupyter-kernel ` kernel.
64
64
For more information you can follow the instruction from
65
65
[ Rapaio Jupyter Kernel] ( https://github.com/padreati/rapaio-jupyter-kernel#installation ) .
66
66
67
- %dependency /add io.github.padreati:rapaio-core:6.0 .0
67
+ %dependency /add io.github.padreati:rapaio-core:6.1 .0
68
68
%dependency /resolve
69
69
70
70
## Acknowledgements
You can’t perform that action at this time.
0 commit comments