diff --git a/README.md b/README.md index 8fd4f62..b8beea7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Testing](https://github.com/reservoirpy/reservoirpy/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/reservoirpy/reservoirpy/actions/workflows/test.yml) [![codecov](https://codecov.io/gh/reservoirpy/reservoirpy/branch/master/graph/badge.svg?token=JC8R1PB5EO)](https://codecov.io/gh/reservoirpy/reservoirpy) -# ReservoirPy (v0.3.3) 🌀🧠 +# ReservoirPy (v0.3.4) 🌀🧠 **Simple and flexible code for Reservoir Computing architectures like Echo State Networks (ESN).** @@ -64,7 +64,7 @@ pip install reservoirpy or ```bash -pip install reservoirpy==0.3.3 +pip install reservoirpy==0.3.4 ``` If you want to run the Python Notebooks of the _turorials_ folder, install the packages in requirements file (warning: this may downgrade the version of hyperopt installed):