From db697c24793426afa822a7e006a6784dca217fd5 Mon Sep 17 00:00:00 2001 From: Bernadette Mohr Date: Wed, 4 Dec 2024 13:46:52 +0100 Subject: [PATCH] Bumped MDAnalysis version to >=2.8.0,<3.0.0, ruff to >=0.1.8 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0e4751e..bf9cd95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "nomad-schema-plugin-run>=1.0.1", "nomad-parser-plugins-simulation>=1.0.2", "lxml>=5.2", - "mdanalysis==2.7.0", + "mdanalysis>=2.8.0,<3.0.0", "panedr>=0.2", "scipy>=1.7.1", "pydantic>=1.10.8,<2.0.0", @@ -35,7 +35,7 @@ dev = [ "pytest-cov==2.7.1", "astroid>=2.5.1", "typing-extensions==4.4.0", - "ruff==0.1.8", + "ruff>=0.1.8", ] [tool.ruff]