Skip to content

Commit ad0cc85

Browse files
author
Alexander Ororbia
committed
nudge for ngclearn docs to v3.1.1 minor update
1 parent 0ba7049 commit ad0cc85

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ $ python install -e .
119119
</pre>
120120

121121
**Version:**<br>
122-
3.1.0 <!--1.2.3-Beta--> <!-- -Alpha -->
122+
3.1.1 <!--1.2.3-Beta--> <!-- -Alpha -->
123123

124124
Author:
125125
Alexander G. Ororbia II<br>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" # using setuptool building engine
88

99
[project]
1010
name = "ngclearn"
11-
version = "3.1.0"
11+
version = "3.1.1"
1212
description = "Simulation software for building and analyzing computational neuroscience models, brain-inspired computing systems, and NeuroAI agents."
1313
authors = [
1414
{name = "Alexander Ororbia", email = "ago@cs.rit.edu"},

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ numpy>=1.26.4
22
scikit-learn>=1.6.1
33
scipy>=1.14.1
44
matplotlib>=3.9.4
5-
# patchify # patchify has issues with pip installation
5+
# patchify ## note: patchify has issues with pip installation
66
jax>=0.4.28
77
jaxlib>=0.4.28
88
ngcsimlib>=3.1.0

0 commit comments

Comments
 (0)