Build typed IPython app execution pipeline
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user