From ec7479951bf8842a77e65b346e3a2586d2e09a72 Mon Sep 17 00:00:00 2001 From: polwex Date: Mon, 22 Sep 2025 16:41:50 +0700 Subject: PYTHON CUDA SOLVED FOREVAH --- cuda/nix-python-devenv/pyproject.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cuda/nix-python-devenv/pyproject.toml (limited to 'cuda/nix-python-devenv/pyproject.toml') diff --git a/cuda/nix-python-devenv/pyproject.toml b/cuda/nix-python-devenv/pyproject.toml new file mode 100644 index 0000000..b6d7ebb --- /dev/null +++ b/cuda/nix-python-devenv/pyproject.toml @@ -0,0 +1,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", +] -- cgit v1.2.3