From 10d9e6aaaeb82215be418c063949bce7b0e52e57 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Mon, 13 Nov 2023 17:27:21 -0500 Subject: [PATCH] WIP --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a987fa3..f3a3ab6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Astronomy" ] license = { text = "NOSA" } -requires-python = ">=3.9" +requires-python = ">=3.9, <3.10" dependencies = ["astropy", "numpy>=1.19"] dynamic = [ "version" ]