Files
ipython-demo/pyproject.toml
T

23 lines
462 B
TOML

[project]
name = "ipython-demo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "lda", email = "[email protected]" }
]
requires-python = ">=3.14"
dependencies = [
"ipython>=9.16.1",
"matplotlib>=3.11.1",
"matplotlib-inline>=0.1.7",
"sympy>=1.14.0",
]
[project.scripts]
ipython-demo = "ipython_demo.app:main"
[build-system]
requires = ["uv_build>=0.12.6,<0.13.0"]
build-backend = "uv_build"