diff --git a/docs/installation.md b/docs/installation.md
index ac3f22f52..8d5e2013e 100644
--- a/docs/installation.md
+++ b/docs/installation.md
@@ -9,7 +9,7 @@ requires that you ensure that you have installed the following base dependencies
your system. Note that this library was developed and tested on Ubuntu 22.04 (and 18.04).
Specifically, ngc-learn requires:
* Python (>=3.10)
-* ngcsimlib (>=0.3.b3), (official page)
+* ngcsimlib (>=0.3.b4), (official page)
* NumPy (>=1.26.0)
* SciPy (>=1.7.0)
* JAX (>= 0.4.18; and jaxlib>=0.4.18)
@@ -78,7 +78,7 @@ Python 3.11.4 (main, MONTH DAY YEAR, TIME) [GCC XX.X.X] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import ngclearn
>>> ngclearn.__version__
-'1.2b1'
+'1.2b2'
```
Note: If you do not have a JSON configuration file in place (see tutorials
diff --git a/docs/requirements.txt b/docs/requirements.txt
index bc8547f14..2963b7704 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -8,4 +8,4 @@ matplotlib>=3.8.0
jax>=0.4.18
jaxlib>=0.4.18
imageio>=2.31.5
-ngcsimlib>=0.3.b1
+ngcsimlib>=0.3.b4