From 5b47d6484b7e6908bd88e8f753f4858d75f744d4 Mon Sep 17 00:00:00 2001 From: Phil Biggin <51948186+philbiggin@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:25:19 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 39af6c3..0396c20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,9 @@ 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" +requires-python = ">=3.6",<=3.12" dependencies = [ -#python<=3.11, +#'python<=3.12', 'numpy >=1.0, <1.23.0', 'MDAnalysis >=2.0, <3.0', 'matplotlib>=0.1',