From 17c19c49f66d74d51c1cc547b1b408aab15256f4 Mon Sep 17 00:00:00 2001 From: augustinm Date: Sat, 21 Sep 2024 17:57:39 +0200 Subject: [PATCH] update dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5196528..38ede76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "GPL-3.0" aprocess = {callable = "aprofiles.cli.aprocess:app", extras = ["cli"]} [tool.poetry.dependencies] -python = ">=3.10,<=3.12" +python = ">=3.10,<3.13" matplotlib = "^3.8.0,<3.9" miepython = "^2.2.1" netCDF4 = "^1.5.8"