From a2297a5fb1ea32c886e676cb69755a4477a2dae6 Mon Sep 17 00:00:00 2001 From: Tom Sasani Date: Fri, 12 Jan 2024 14:30:58 -0500 Subject: [PATCH] pin scikit-allel, manually install pulp --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index a087c79..ea4afed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -snakemake==7.20.0 +snakemake==7.32.4 +pulp==2.3.1 # needed for snakemake pandas==1.5.3 numba==0.56.4 -numpy==1.23.5 matplotlib==3.6.3 scikit-learn==1.2.1 pandera==0.13.4 @@ -10,8 +10,8 @@ pytest==7.2.1 openpyxl==3.1.0 SigProfilerExtractor==1.1.21 scikit-bio==0.5.8 -bx-python==0.9.0 +bx-python==0.10.0 pyfaidx==0.7.2.1 statannotations==0.5.0 cyvcf2==0.30.18 -scikit-allel==1.3.3 \ No newline at end of file +scikit-allel==1.2.1 \ No newline at end of file