Skip to content

Commit d6860a8

Browse files
author
Alexander Ororbia
committed
nudge toml to upcoming 2.0.0
1 parent f42b8a2 commit d6860a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ngclearn"
7-
version = "1.2.beta3"
7+
version = "2.0.0"
88
description = "Simulation software for building and analyzing arbitrary predictive coding, spiking network, and biomimetic neural systems."
99
authors = [
1010
{name = "Alexander Ororbia", email = "[email protected]"},
1111
{name = "William Gebhardt", email = "[email protected]"},
1212
]
1313
readme = "README.md"
14-
keywords = ['python', 'ngc-learn', 'predictive-processing', 'predictive-coding',
14+
keywords = ['python', 'ngc-learn', 'predictive-processing', 'predictive-coding', 'neuro-ai',
1515
'jax', 'spiking-neural-networks', 'biomimetics', 'bionics', 'computational-neuroscience']
16-
requires-python = ">=3.8" #3.10
16+
requires-python = ">=3.10" #3.8
1717
license = {text = "BSD-3-Clause License"}
1818
classifiers=[
1919
"Development Status :: 4 - Beta", #3 - Alpha", # 5 - Production/Stable

0 commit comments

Comments
 (0)