diff --git a/MolecularNodes/requirements.txt b/MolecularNodes/requirements.txt index 4d91af64..f1fa190b 100644 --- a/MolecularNodes/requirements.txt +++ b/MolecularNodes/requirements.txt @@ -1,5 +1,5 @@ biotite==0.37.0 # General parsing of structural files. -MDAnalysis==2.2.0 # Reading of molecular dynamics trajectories. +MDAnalysis==2.5.0 # Reading of molecular dynamics trajectories. mrcfile==1.4.3 # Importing EM density files. starfile==0.4.11 # Importing star files. eulerangles==1.0.2 # Handling euler angle in starfiles. diff --git a/pyproject.toml b/pyproject.toml index 0c50ec0e..c9ab0ed0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ testpaths = [ [project] name = "MolecularNodes" -version = "2.7.1" +version = "2.7.2" [tool.setuptools.packages.find] where = ["."]