From 7890103697e9720a79610e23c89f4205e9189d7a Mon Sep 17 00:00:00 2001 From: tjlane Date: Wed, 30 Oct 2024 14:43:31 +0100 Subject: [PATCH] require python 3.11 or better --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b92e1c7..76b8b64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ authors = [ { name = "Alisia Fadini", email = "af840@cam.ac.uk" }, { name = "Thomas Lane", email = "thomas.lane@desy.de" } ] +requires-python = ">=3.11" dependencies = [ "numpy >= 1.26", "scipy >= 1.14.0",