Skip to content

Commit 061c389

Browse files
author
Alexander Ororbia
committed
minor nudge to docs/files to point to v3
1 parent 9035e4a commit 061c389

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<i>Setup:</i> <a href="https://github.com/NACLab/ngc-learn">NGC-Learn</a>, in its entirety (including its supporting utility sub-packages), requires that you ensure that you have installed the following base dependencies in your system. Note that this library was developed and tested on Ubuntu 22.04 (with much earlier versions on Ubuntu 18.04/20.04).
66
Specifically, NGC-Learn requires:
77
* Python (>=3.10)
8-
* ngcsimlib (>=2.0.0), (<a href="https://github.com/NACLab/ngc-sim-lib">official page</a>)
8+
* ngcsimlib (>=3.0.0), (<a href="https://github.com/NACLab/ngc-sim-lib">official page</a>)
99
* NumPy (>=1.22.0)
1010
* SciPy (>=1.7.0)
1111
* JAX (>= 0.4.28; and jaxlib>=0.4.28) <!--(tested for cuda 11.8)-->

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ matplotlib>=3.10.1
55
# patchify # patchify has issues with pip installation
66
jax>=0.4.28
77
jaxlib>=0.4.28
8-
ngcsimlib>=2.0.0
8+
ngcsimlib>=3.0.0
99
imageio>=2.37.0
1010
pandas>=2.2.3

0 commit comments

Comments
 (0)