From 0bfd38eb9723d6f60d8dc4af3df26a4426e29b07 Mon Sep 17 00:00:00 2001 From: Lucas Levassor Date: Fri, 25 Oct 2024 11:30:42 +0200 Subject: [PATCH] wip: teemi test passes new requirements --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 269bd4e..f7fd7f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ # This file is needed for READtheDOCS and GitHub actions- all requirements are installed in the setup.py -pydna>=5.2.0 ## TODO There is a new version of pydna 6.0.0 but has induced breaking changes +pydna>=5.2.0 pandas>=1.3.0 benchlingapi>=2.1.12 numpy>=1.21.0 -biopython>=1.82 # TODO There is a new version of Biopython 1.82 but has induced breaking changes +biopython>=1.82 python-dotenv>=0.20.0 openpyxl>=3.0.9 wheel>=0.37.1