From 3c5341d0d4ca244f95780eaa88591fe9c618ad4a Mon Sep 17 00:00:00 2001 From: Marcello Sega Date: Thu, 12 Dec 2024 18:33:48 +0000 Subject: [PATCH] updated pytim requirements (#248) --- mdakits/pytim/metadata.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mdakits/pytim/metadata.yaml b/mdakits/pytim/metadata.yaml index e6c6f22e..b16956cf 100644 --- a/mdakits/pytim/metadata.yaml +++ b/mdakits/pytim/metadata.yaml @@ -54,10 +54,10 @@ src_install: import_name: pytim ## str: a specification for the range of Python versions supported by this MDAKit -python_requires: ">=3.9" +python_requires: ">=3.10" ## str: a specification for the range of MDAnalysis versions supported by this MDAKit -mdanalysis_requires: ">=2.0.0" +mdanalysis_requires: ">=2.8.0" ## List(str): a list of commands to use when attempting to run the MDAKit's tests ## If you package your tests inside your package then you can typically use the