From ecd76cd6c24ebe6866d0a9c8d7fd65c919c9f653 Mon Sep 17 00:00:00 2001 From: ago109 Date: Sun, 30 Jun 2024 19:29:43 -0400 Subject: [PATCH] minor revision to make docs reflect version beta1 --- README.md | 2 +- docs/installation.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c31b1044b..adc78abe5 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,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.2b0' +'1.2b1' ``` Note: For access to the previous Tensorflow-2 version of ngc-learn (of diff --git a/docs/installation.md b/docs/installation.md index a158d2e31..ac3f22f52 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.b2), (official page) +* ngcsimlib (>=0.3.b3), (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.2b0' +'1.2b1' ``` Note: If you do not have a JSON configuration file in place (see tutorials