diff --git a/pyproject.toml b/pyproject.toml index b563351..f966ddf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ description = "A bioinformatics package for predicting adhesion proteins using E readme = "README.md" requires-python = ">=3.9" dependencies = [ - "biopython>=1.81", + "biopython>=1.85", "numpy>=1.20", "torch", "fair-esm",