From dfb390e7f36242ca84cfd662215eb0a4d4cc2ffa Mon Sep 17 00:00:00 2001 From: landmanbester Date: Tue, 30 Jan 2024 11:44:15 +0200 Subject: [PATCH] python >= 3.10 for nifty_8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f248bf22..5a350c6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ include = [ ] [tool.poetry.dependencies] -python = "^3.9" +python = "^3.10" astro-tigger-lsm = ">=1.7.2, <=1.7.3" codex-africanus = {extras = ["dask", "scipy", "astropy", "python-casacore"], version = ">=0.3.4, <=0.3.4"} colorama = ">=0.4.6, <=0.4.6"