[project] name = "nuonuo" version = "0.1.0" description = "SNN-based hippocampal memory module for LLMs" requires-python = ">=3.12" dependencies = [ "torch>=2.10,<2.11", "snntorch>=0.9", "numpy", "matplotlib", "sentence-transformers>=3.0", "openai>=1.0", "requests>=2.33.1", ] [tool.uv] index-url = "https://pypi.org/simple" [[tool.uv.index]] name = "pytorch-cu128" url = "https://download.pytorch.org/whl/cu128" explicit = true [tool.uv.sources] torch = { index = "pytorch-cu128" }