17 lines
357 B
TOML
17 lines
357 B
TOML
[project]
|
|
name = "nats"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"jupyter>=1.1.1",
|
|
"jupyter-collaboration>=4.4.0",
|
|
"jupyter-mcp-server>=1.0.2",
|
|
"jupyterlab>=4.5.7",
|
|
"matplotlib>=3.10.9",
|
|
"nats-py>=2.14.0",
|
|
"numpy>=2.4.6",
|
|
"pandas>=3.0.3",
|
|
]
|