From f97fe297b8a8c59f6780d145372c4fe85ee09ec3 Mon Sep 17 00:00:00 2001 From: Bernadette Mohr Date: Wed, 11 Dec 2024 17:12:39 +0100 Subject: [PATCH] Excluding next major update from accepted MDAnalysis versions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f5f53d2..dbce08f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = { text = "Apache-2.0" } dependencies = [ "nomad-lab>=1.3.6.dev1", "nomad-schema-plugin-run>=1.0.1", - "mdanalysis>=2.7.0", + "mdanalysis>=2.7.0,<3.0.0", "scipy>=1.7.1", "networkx>=2.6.3", ]