Skip to content

Commit

Permalink
- 6.1.0 update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
padreati committed May 9, 2024
1 parent 0035135 commit 599e021
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@ KMeans. Additionally there is a fair share of graphical tools and linear algebra

## Installation

Last published release on maven central is 6.0.0
Last published release on maven central is 6.1.0

<dependency>
<groupId>io.github.padreati</groupId>
<artifactId>rapaio-core</artifactId>
<version>6.0.0</version>
<version>6.1.0</version>
</dependency>

The best way for exploration is through jupyter / jupyter-lab notebooks. This is excellent for experimenting with interactive notebooks or
to document the ideas you are working on. You have to install `jupyter` / `jupyter-lab` and `rapaio-jupyter-kernel` kernel.
For more information you can follow the instruction from
[Rapaio Jupyter Kernel](https://github.com/padreati/rapaio-jupyter-kernel#installation).

%dependency /add io.github.padreati:rapaio-core:6.0.0
%dependency /add io.github.padreati:rapaio-core:6.1.0
%dependency /resolve

## Acknowledgements
Expand Down

0 comments on commit 599e021

Please sign in to comment.