Skip to content

Commit

Permalink
Merge pull request #57 from NACLab/main
Browse files Browse the repository at this point in the history
Making sure dev matches main minor edits at this point
  • Loading branch information
ago109 authored Jun 30, 2024
2 parents f21cc12 + ecd76cd commit 31efc90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```

<i>Note:</i> For access to the previous Tensorflow-2 version of ngc-learn (of
Expand Down Expand Up @@ -126,7 +126,7 @@ $ python install -e .
</pre>

**Version:**<br>
1.2.0-Beta <!-- -Alpha -->
1.2.1-Beta <!-- -Alpha -->

Author:
Alexander G. Ororbia II<br>
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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), (<a href="https://github.com/NACLab/ngc-sim-lib">official page</a>)
* ngcsimlib (>=0.3.b3), (<a href="https://github.com/NACLab/ngc-sim-lib">official page</a>)
* NumPy (>=1.26.0)
* SciPy (>=1.7.0)
* JAX (>= 0.4.18; and jaxlib>=0.4.18) <!--(tested for cuda 11.8)-->
Expand Down Expand Up @@ -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'
```

<i>Note</i>: If you do not have a JSON configuration file in place (see tutorials
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ngclearn"
version = "1.2.beta0"
version = "1.2.beta1"
description = "Simulation software for building and analyzing arbitrary predictive coding, spiking network, and biomimetic neural systems."
authors = [
{name = "Alexander Ororbia", email = "ago@cs.rit.edu"},
Expand Down

0 comments on commit 31efc90

Please sign in to comment.