From 89ed9b57f3ef6ad69a24e59ef5b2d29bb9db27b6 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Mon, 4 Nov 2024 03:17:02 +0100 Subject: [PATCH] Update GitHub Actions `requirements.txt` --- .github/workflows/requirements.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/requirements.txt b/.github/workflows/requirements.txt index 3635324..bdc9f90 100644 --- a/.github/workflows/requirements.txt +++ b/.github/workflows/requirements.txt @@ -1,10 +1,7 @@ -coverage ~=6.0 +coverage ~=7.0 cython ~=3.0 -scoring-matrices ~=0.2.0 -wheel -auditwheel -setuptools >=46.4.0 -importlib-resources ; python_version < '3.7' +scoring-matrices ~=0.3.0 +scikit-build-core biopython ; implementation_name == 'cpython' archspec ~=0.2 ; os_name != 'nt' py-cpuinfo ~=9.0 ; os_name == 'nt'