From a107a1ee9f283d4e5f2e6a52603ebbb54c89bf26 Mon Sep 17 00:00:00 2001 From: David Seiferth Date: Tue, 8 Oct 2024 14:09:50 +0100 Subject: [PATCH] specify python req --- pyproject.toml | 4 ++-- requirements.txt | 2 +- setup.py | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f02ed52..6ed499e 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.7" -requires-python = ">=3.6" +requires-python = ">=3.6,<=3.12" dependencies = [ -'python<=3.12', +#'python<=3.12', 'numpy >=1.0, <1.23.0', 'MDAnalysis >=2.0, <3.0', 'matplotlib>=0.1', diff --git a/requirements.txt b/requirements.txt index 6c25bb0..cbe577e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -python<=3.12 +#python<=3.12 numpy>=1.0 # 1.22.0 MDAnalysis>=2.0,<3.0 #2.0.0 matplotlib>=0.1 # 3.5.1 for base , for inline 0.1.3 diff --git a/setup.py b/setup.py index c00bbce..e6dc4f1 100644 --- a/setup.py +++ b/setup.py @@ -9,10 +9,11 @@ url='https://poreanalyser.bioch.ox.ac.uk/', author='David Seiferth', author_email='david.seiferth@oriel.ox.ac.uk', + python_requires='>=3.6,<=3.12', #license='BSD 2-clause', packages=['PoreAnalyser'], install_requires=[ - 'python<=3.12', + #'python<=3.12', 'numpy>=1.0', # 1.22.0 'MDAnalysis>=2.0,<3.0', #2.0.0 'matplotlib>=0.1', # 3.5.1 for base , for inline 0.1.3