Files
2026-05-14 02:06:42 +02:00

17 lines
374 B
TOML

[project]
name = "domain-coverage-gaps"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"jupyter>=1.1.1",
"jupyter-collaboration>=4.4.0",
"jupyter-mcp-server>=1.0.2",
"jupyterlab>=4.5.7",
"matplotlib>=3.10.9",
"numpy>=2.4.4",
"pandas>=3.0.3",
"tabulate>=0.10.0",
]