2025-05-25 23:28:27 +08:00
|
|
|
[project]
|
2025-07-13 06:04:55 +08:00
|
|
|
dependencies = ["numpy>=2.2.6"]
|
2025-05-25 23:28:27 +08:00
|
|
|
description = "Add your description here"
|
2025-07-13 06:04:55 +08:00
|
|
|
name = "python"
|
2025-05-25 23:28:27 +08:00
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.12"
|
2025-07-13 06:04:55 +08:00
|
|
|
version = "0.1.0"
|
2025-05-25 23:28:27 +08:00
|
|
|
|
|
|
|
|
[dependency-groups]
|
|
|
|
|
dev = ["ipython>=9.2.0", "ptpython>=3.0.30"]
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
|
build-backend = "hatchling.build"
|
2025-07-13 06:04:55 +08:00
|
|
|
requires = ["hatchling"]
|
2025-05-25 23:28:27 +08:00
|
|
|
[tool.hatch.build.targets.wheel]
|
|
|
|
|
packages = ["app"]
|