Skip to content

Commit 76809db

Browse files
committed
updated requirements and Docker file version
1 parent 35d1b15 commit 76809db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN pip3 install --install-option="--prefix=$CGP_OPT/python-lib" dist/$(ls -1 di
4040
FROM ubuntu:20.04
4141

4242
LABEL uk.ac.sanger.cgp="Cancer Genome Project, Wellcome Sanger Institute" \
43-
version="1.0.0" \
43+
version="1.1.0" \
4444
description="Tool to perform TA repeat bed coverage analysis"
4545

4646
### security upgrades and cleanup

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ future==0.18.2
66
importlib-metadata==4.6.3
77
iniconfig==1.1.1
88
mando==0.6.4
9-
numpy
9+
numpy==1.21.1
1010
packaging==21.0
11-
pandas
11+
pandas==1.3.1
1212
pluggy==0.13.1
1313
py==1.10.0
1414
pyparsing==2.4.7

0 commit comments

Comments
 (0)