summaryrefslogtreecommitdiff
path: root/cuda/nix-python-devenv/pyproject.toml
blob: b6d7ebbda7cf8f1d25e8b09685e07203da4f0616 (plain)
1
2
3
4
5
6
7
8
9
[project]
name = "nix-python-devenv"
version = "0.1.0"
description = "Example project with working C bindings!"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
    "numpy>=2.1.2",
]