From cd1856488f24eb96b539a251d754d37a7e974242 Mon Sep 17 00:00:00 2001 From: ojeda-e Date: Tue, 12 May 2026 11:00:32 -0600 Subject: [PATCH 1/2] Update min versions python + MDAnalysis --- mdakits/membrane-curvature/metadata.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mdakits/membrane-curvature/metadata.yaml b/mdakits/membrane-curvature/metadata.yaml index a1531da0..93467f2c 100644 --- a/mdakits/membrane-curvature/metadata.yaml +++ b/mdakits/membrane-curvature/metadata.yaml @@ -74,10 +74,10 @@ src_install: import_name: membrane_curvature ## str: a specification for the range of Python versions supported by this MDAKit -python_requires: ">=3.9" +python_requires: ">=3.11" ## str: a specification for the range of MDAnalysis versions supported by this MDAKit -mdanalysis_requires: ">=2.0.0" +mdanalysis_requires: ">=2.4.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 From 4bd42feade2b88847006e0f97464c857ceca72ef Mon Sep 17 00:00:00 2001 From: ojeda-e Date: Sun, 17 May 2026 09:39:59 -0600 Subject: [PATCH 2/2] test dep install w/ pip --- mdakits/membrane-curvature/metadata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdakits/membrane-curvature/metadata.yaml b/mdakits/membrane-curvature/metadata.yaml index 93467f2c..a74bbcd0 100644 --- a/mdakits/membrane-curvature/metadata.yaml +++ b/mdakits/membrane-curvature/metadata.yaml @@ -98,7 +98,7 @@ run_tests: ## The default below _might_ be sufficient or you might not even need MDAnalysisTests: ## make sure that it is appropriate for how you run tests. test_dependencies: - - mamba install pytest MDAnalysisTests + - pip install pytest MDAnalysisTests ## str: the organisation name the MDAKit falls under project_org: MDAnalysis