2026-04-01 10:12:58 +05:30
|
|
|
[project]
|
|
|
|
|
name = "helixnotebook"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Add your description here"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.13"
|
|
|
|
|
dependencies = [
|
2026-04-02 15:23:19 +05:30
|
|
|
"ipython>=9.12.0",
|
2026-04-01 10:12:58 +05:30
|
|
|
"kitcat>=1.2.1",
|
2026-04-02 15:23:19 +05:30
|
|
|
"nbformat>=5.10.4",
|
2026-04-01 10:12:58 +05:30
|
|
|
]
|