icarus112's picture
Upload overlay/htm_rust/pyproject.toml with huggingface_hub
b2646a7 verified
raw
history blame contribute delete
447 Bytes
[build-system]
requires = ["maturin>=1.4,<2.0"]
build-backend = "maturin"
[project]
name = "htm_rust"
version = "0.1.0"
description = "Numenta BAMI-spec HTM (Spatial Pooler + Temporal Memory) in Rust with pyo3 bindings"
requires-python = ">=3.11"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
]
[tool.maturin]
features = ["pyo3/extension-module"]
module-name = "htm_rust"