From 9fb48dc5f6660be490e0ce62cc21972e87b631e6 Mon Sep 17 00:00:00 2001 From: Phil Biggin <51948186+philbiggin@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:25:58 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0396c20..1018d51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = {file = "LICENSE"} readme = {file = "README.md", content-type = "text/markdown"} description = "PoreAnalyser package based on HOLE and MDAnalysis" version = "0.0.8" -requires-python = ">=3.6",<=3.12" +requires-python = ">=3.6,<=3.12" dependencies = [ #'python<=3.12', 'numpy >=1.0, <1.23.0',