Skip to content

Commit 08546b7

Browse files
ago109Alexander Ororbia
andauthored
nudge of doc to 2.0.2 (#115)
Co-authored-by: Alexander Ororbia <[email protected]>
1 parent c186902 commit 08546b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ your system. Note that this library was developed and tested on Ubuntu 22.04 (an
1010
Specifically, ngc-learn requires:
1111
* Python (>=3.10)
1212
* ngcsimlib (>=1.0.0), (<a href="https://github.com/NACLab/ngc-sim-lib">official page</a>)
13-
* NumPy (>=1.26.0)
13+
* NumPy (>=1.22.0)
1414
* SciPy (>=1.7.0)
1515
* JAX (>= 0.4.28; and jaxlib>=0.4.28) <!--(tested for cuda 11.8)-->
16-
* Matplotlib (>=3.4.2), (for `ngclearn.utils.viz`)
17-
* Scikit-learn (>=1.3.1), (for `ngclearn.utils.patch_utils` and `ngclearn.utils.density`)
16+
* Matplotlib (>=3.8.0), (for `ngclearn.utils.viz`)
17+
* Scikit-learn (>=1.6.1), (for `ngclearn.utils.patch_utils` and `ngclearn.utils.density`)
1818

1919
Note that the above requirements are taken care of if one installs ngc-learn
2020
through either `pip`. One can either install the CPU version of ngc-learn (if no JAX is
@@ -24,7 +24,7 @@ $ pip install ngclearn
2424
```
2525

2626
or install the GPU version of ngc-learn by first installing the
27-
<a href="https://jax.readthedocs.io/en/latest/installation.html">CUDA 11 or 12
27+
<a href="https://jax.readthedocs.io/en/latest/installation.html">CUDA 12
2828
version of JAX</a> before running the above pip command.
2929

3030
Alternatively, one may locally, step-by-step (see below), install and setup
@@ -78,7 +78,7 @@ Python 3.11.4 (main, MONTH DAY YEAR, TIME) [GCC XX.X.X] on linux
7878
Type "help", "copyright", "credits" or "license" for more information.
7979
>>> import ngclearn
8080
>>> ngclearn.__version__
81-
'1.2b3'
81+
'2.0.2'
8282
```
8383

8484
<i>Note</i>: If you do not have a JSON configuration file in place (see tutorials

0 commit comments

Comments
 (0)