From 61b00874066d3bb426ff9fe91e85cf59d3b2de59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Heidelbach?= <42008781+SorenHeidelbach@users.noreply.github.com> Date: Thu, 6 Mar 2025 10:35:26 +0100 Subject: [PATCH] Update requirements.txt Pinned exact version of dependencies, such none give python2.7 warnings --- requirements.txt | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6afdaec..108398a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,17 @@ -biopython -matplotlib -networkx<2 -numba<0.44 -numpy<1.15.0 -pandas -pysam -python-louvain -pyyaml -scipy -seaborn -sparse -tqdm -typing +biopython==1.76 +matplotlib==2.2.5 +networkx==1.11 +numba==0.43 +numpy==1.14.6 +pandas==0.24.2 +pysam==0.15.4 +python-louvain==0.14 +pyyaml==5.3.1 +scipy==1.1.0 +seaborn==0.9.0 +sparse==0.6.0 +tqdm==4.42.1 +typing==3.7.4.3 +llvmlite==0.31.0 +