[project] name = "nocmem" version = "0.1.0" description = "Memory service for noc — NuoNuo hippocampal recall + ingest over HTTP" requires-python = ">=3.12" dependencies = [ "fastapi>=0.115", "uvicorn>=0.34", "torch>=2.10,<2.11", "sentence-transformers>=3.0", "nuonuo", "openai>=1.0", ] [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" } nuonuo = { path = "../../nuonuo", editable = true }