Skip to content

Commit e3b8ef6

Browse files
author
Alexander Ororbia
committed
minor revisions to pyproject/req files
1 parent 88ce190 commit e3b8ef6

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

docs/index.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
Welcome to ngc-learn's documentation!
66
=====================================
77

8-
**ngc-learn** is a Python library for building, simulating, and analyzing
9-
biomimetic and NeuroAI computational models, arbitrary predictive processing/coding models,
10-
spiking neural networks, and general dynamical systems. This toolkit is built on top of
11-
`JAX <https://github.com/google/jax>`_ and is distributed under the 3-Clause BSD license.
8+
**ngc-learn** is a Python library for building, simulating, and analyzing biomimetic and NeuroAI computational models, arbitrary predictive processing/coding models, spiking neural networks, and general dynamical systems. This toolkit is built on top of `JAX <https://github.com/google/jax>`_ and is distributed under the 3-Clause BSD license.
129

1310
.. toctree::
1411
:maxdepth: 1

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ build-backend = "setuptools.build_meta" # using setuptool building engine
88

99
[project]
1010
name = "ngclearn"
11-
version = "2.0.2"
12-
description = "Simulation software for building and analyzing arbitrary predictive coding, spiking network, and biomimetic neural systems."
11+
version = "3.0.0"
12+
description = "Simulation software for building and analyzing computational neuroscience models, brain-inspired computing systems, and NeuroAI agents."
1313
authors = [
1414
{name = "Alexander Ororbia", email = "[email protected]"},
1515
{name = "William Gebhardt", email = "[email protected]"},

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
numpy>=1.22.0
1+
numpy>=1.26.4
22
scikit-learn>=1.6.1
3-
scipy>=1.7.0
4-
matplotlib>=3.8.0
3+
scipy>=1.15.2
4+
matplotlib>=3.10.1
55
# patchify # patchify has issues with pip installation
66
jax>=0.4.28
77
jaxlib>=0.4.28
8-
ngcsimlib>=1.0.0
9-
imageio>=2.31.5
8+
ngcsimlib>=2.0.0
9+
imageio>=2.37.0
1010
pandas>=2.2.3

0 commit comments

Comments
 (0)