From 95c8b454347c8d8bf148ce4b441819ea94af161f Mon Sep 17 00:00:00 2001 From: Kaze Wong Date: Fri, 18 Oct 2024 10:46:27 -0400 Subject: [PATCH] update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f477c1b..b9ca88c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "jimgw" version = "0.2.0" description = "Gravitatioanl wave data analysis tool in Jax" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.10, <=3.11" authors = [ {name = "Kaze W. K. Wong", email = "kazewong.physics@gmail.com"}, ]