From 786095e5361389a63b3310241e53a662ca7e8810 Mon Sep 17 00:00:00 2001 From: Manuel Lera-Ramirez Date: Thu, 23 Jan 2025 15:52:58 +0000 Subject: [PATCH] temporarily addresses #337 (#338) --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 28e0c3dd..680b24dd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3272,4 +3272,4 @@ gel = ["matplotlib", "pillow", "scipy", "scipy"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "5bf0ee05aa398dcc00aa506f0426ba0190bc0b817514d8e712c4130a99d0fa29" +content-hash = "b65e47c09e07dea39463c0157452363e4c1c991150e4aa5db49a48ccbdfa4c27" diff --git a/pyproject.toml b/pyproject.toml index 6472b3e2..d92fb8f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ repository = "https://github.com/pydna-group/pydna/tree/master" version = "6.0.0-a.24.post.17+b7b559bd66" [tool.poetry.dependencies] appdirs = ">=1.4.4" -biopython = ">=1.80" +biopython = ">=1.80,<1.85" cai2 = { version = ">=1.0.5", optional = true } matplotlib = { version = ">=3.4.3", optional = true } networkx = ">=2.8.8"