25 lines
483 B
TOML
25 lines
483 B
TOML
[project]
|
|
name = "openfoam-rans-to-gpu"
|
|
version = "0.1.0"
|
|
description = "OpenFOAM RANS-to-GPU experiments and Python stepper tooling"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"foam-stepper",
|
|
"quadrants>=1.1.3",
|
|
"numpy>=2.0",
|
|
"pybind11>=2.13",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"ipykernel>=6.29",
|
|
"jupyterlab>=4.2",
|
|
"nbclient>=0.10",
|
|
"nbformat>=5.10",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|
|
|
|
[tool.uv.sources]
|
|
foam-stepper = { path = "python", editable = true }
|