quantum-shadow-maps_v2/pyproject.toml

15 lines
285 B
TOML
Raw Normal View History

2026-07-13 15:53:43 +02:00
[project]
name = "2026-05-07-quantum-info"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"matplotlib>=3.10.9",
"qtensor",
"sympy>=1.14.0",
]
[tool.uv.sources]
qtensor = { path = "../qtensor" }