summaryrefslogtreecommitdiff
path: root/cuda/nix-python-devenv/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cuda/nix-python-devenv/pyproject.toml')
-rw-r--r--cuda/nix-python-devenv/pyproject.toml9
1 files changed, 9 insertions, 0 deletions
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",
+]