From f36eceecbfbc000245020248528428b84371ee76 Mon Sep 17 00:00:00 2001 From: JLSteenwyk Date: Mon, 23 Oct 2023 13:54:28 -0700 Subject: [PATCH] rolling back biopython to version 1.76 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5aa5500..cdb6be0 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ "Topic :: Scientific/Engineering", ] -REQUIRES = ["biopython==1.81", "numpy==1.24.0", "cython"] +REQUIRES = ["biopython==1.76", "numpy==1.24.0", "cython"] setup( name="jlsteenwyk-biokit",