From 599e02135150421c41d03297843e6a2252dde966 Mon Sep 17 00:00:00 2001 From: Aurelian Tutuianu Date: Thu, 9 May 2024 08:40:18 +0300 Subject: [PATCH] - 6.1.0 update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28d4bac3b..f3f2bc51b 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,12 @@ 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 io.github.padreati rapaio-core - 6.0.0 + 6.1.0 The best way for exploration is through jupyter / jupyter-lab notebooks. This is excellent for experimenting with interactive notebooks or @@ -64,7 +64,7 @@ to document the ideas you are working on. You have to install `jupyter` / `jupyt 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